• 2022-06-16
    html语言中,设置围绕表格的边框的宽度的标记是?
    A:
    B: <.table width=# or%>
    C:

    D:
    B

    内容

    • 0

      html 语言中, 设置围绕表格的边框的宽度的标记是? A: table border= B: C: D: E:

    • 1

      设置表格宽度为300像素的代码是( ) A: <table height="300"> B: <table width="300"> C: <table border="300"> D: <table cellspacing="300">

    • 2

      设置表格的单元格间距为0的HTML代码是() A: <table cellspacing =0>  B: <table height=0>  C: <table border=0>  D: <table cellpadding =0>

    • 3

      设置表格的边框为0的HTML 代码是( )。 A: <;table cellspacing=0>; B: <;table height=0>; C: <;table boeder=0>; D: <;table cellpadding=0>;

    • 4

      网页中设置表格的边框1px,单元格内容到单元格边框之间的距离2px,下面正确的是:() A: ”table<br/>border="1" cellpadding="2"” B: ”table<br/>border="2" cellpadding="1"” C: ”table<br/>border="1" cellspacing="2"” D: ”table<br/>border="2" cellspacing="1"”