• 2022-06-16
    html语言中,设置围绕表格的边框的宽度的标记是()
    A: <;table border=
    B: >;
    C: <;table cellspacing=
    D: >;
    E: <;table cellpadding=
    F: >;
    G: <;.table width=
    H: or%>;
  • A

    内容

    • 0

      设置表格的边框为0的HTML代码是( )。(1.0) A: &lt;table cellspacing =0&gt; B: &lt;table height=0&gt; C: &lt;table border=0&gt; D: &lt;table cellpadding =0&gt;

    • 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"”