• 2022-06-19 问题

    对于负责结构的表格而言,下列描述中正确的是( )。 A: 正确的书写顺序是<thead> 、<tbody>、<tfoot> B: <thead> 必须在<tbody>之前,<tfoot>位置任意 C: <thead> 必须在最前面,<tbody>和<tfoot>位置任意 D: <thead> 、<tbody>、<tfoot>位置都可以任意

    对于负责结构的表格而言,下列描述中正确的是( )。 A: 正确的书写顺序是<thead> 、<tbody>、<tfoot> B: <thead> 必须在<tbody>之前,<tfoot>位置任意 C: <thead> 必须在最前面,<tbody>和<tfoot>位置任意 D: <thead> 、<tbody>、<tfoot>位置都可以任意

  • 2022-06-19 问题

    对于负责结构的表格标签而言,下列描述中正确的是( )。 A: 正确的书写顺序是<thead> 、<tbody>、<tfoot> B: <thead> 必须在<tbody>之前,<tfoot>位置任意 C: <thead> 必须在最前面,<tbody>和<tfoot>位置任意 D: <thead> 、<tbody>、<tfoot>位置都可以任意

    对于负责结构的表格标签而言,下列描述中正确的是( )。 A: 正确的书写顺序是<thead> 、<tbody>、<tfoot> B: <thead> 必须在<tbody>之前,<tfoot>位置任意 C: <thead> 必须在最前面,<tbody>和<tfoot>位置任意 D: <thead> 、<tbody>、<tfoot>位置都可以任意

  • 2022-06-16 问题

    表格的表注的HTML是? A: <tbody> ... </tbody> B: <tfoot> ... </tfoot> C: <thead> ... </thead> D: <caption> ... </caption>

    表格的表注的HTML是? A: <tbody> ... </tbody> B: <tfoot> ... </tfoot> C: <thead> ... </thead> D: <caption> ... </caption>

  • 2022-06-19 问题

    对于负责结构的表格而言,下列描述中正确的是( )。 A: 正确的书写顺序是<;thead>; 、<;tbody>;、<;tfoot>; B: <;thead>; 必须在<;tbody>;之前,<;tfoot>;位置任意 C: <;thead>; 必须在最前面,<;tbody>;和<;tfoot>;位置任意 D: <;thead>; 、<;tbody>;、<;tfoot>;位置都可以任意

    对于负责结构的表格而言,下列描述中正确的是( )。 A: 正确的书写顺序是<;thead>; 、<;tbody>;、<;tfoot>; B: <;thead>; 必须在<;tbody>;之前,<;tfoot>;位置任意 C: <;thead>; 必须在最前面,<;tbody>;和<;tfoot>;位置任意 D: <;thead>; 、<;tbody>;、<;tfoot>;位置都可以任意

  • 2022-05-28 问题

    能够设置表格标题的标记是()。 A: &lt;tbody&gt;&lt;/tbody&gt; B: &lt;tfoot&gt;&lt;/tfoot&gt; C: &lt;thead&gt;&lt;/thead&gt; D: &lt;caption&gt;&lt;/caption&gt;

    能够设置表格标题的标记是()。 A: &lt;tbody&gt;&lt;/tbody&gt; B: &lt;tfoot&gt;&lt;/tfoot&gt; C: &lt;thead&gt;&lt;/thead&gt; D: &lt;caption&gt;&lt;/caption&gt;

  • 2022-06-16 问题

    表格的正文的HTML是( )。(2.5) A: &lt;tbody&gt; ... &lt;/tbody&gt; B: &lt;tfoot&gt; ... &lt;/tfoot&gt; C: &lt;thead&gt; ... &lt;/thead&gt; D: &lt;content&gt; ... &lt;/content&gt;

    表格的正文的HTML是( )。(2.5) A: &lt;tbody&gt; ... &lt;/tbody&gt; B: &lt;tfoot&gt; ... &lt;/tfoot&gt; C: &lt;thead&gt; ... &lt;/thead&gt; D: &lt;content&gt; ... &lt;/content&gt;

  • 2022-05-30 问题

    关于表格的数据分组标签,说法正确的是()。(选择二项) A: &lt;thead&gt;&lt;tbody&gt;&lt;tfoot&gt;分别表示页眉,数据主体,页脚。 B: &lt;thead&gt;必须包含&lt;th&gt;表头标签 C: &lt;thead&gt;和&lt;tfoot&gt;标签只能包含一行数据 D: &lt;thead&gt;&lt;tbody&gt;&lt;tfoot&gt;由行组成,所以一般包含&lt;tr&gt;标签

    关于表格的数据分组标签,说法正确的是()。(选择二项) A: &lt;thead&gt;&lt;tbody&gt;&lt;tfoot&gt;分别表示页眉,数据主体,页脚。 B: &lt;thead&gt;必须包含&lt;th&gt;表头标签 C: &lt;thead&gt;和&lt;tfoot&gt;标签只能包含一行数据 D: &lt;thead&gt;&lt;tbody&gt;&lt;tfoot&gt;由行组成,所以一般包含&lt;tr&gt;标签

  • 2022-06-04 问题

    HTML标记中,用于定义表格的标记是( )。 A: 〈form〉〈/form〉 B: 〈td〉〈/td〉 C: 〈table〉〈/table〉 D: 〈thead〉〈/thead〉

    HTML标记中,用于定义表格的标记是( )。 A: 〈form〉〈/form〉 B: 〈td〉〈/td〉 C: 〈table〉〈/table〉 D: 〈thead〉〈/thead〉

  • 2022-06-07 问题

    下列标签中,不是用于划分表格结构的是() A: <;thead>;<;/thead>; B: <;tfoot>;<;/tfoot>; C: <;th>;<;/th>; D: <;tbody>;<;/tbody>;

    下列标签中,不是用于划分表格结构的是() A: <;thead>;<;/thead>; B: <;tfoot>;<;/tfoot>; C: <;th>;<;/th>; D: <;tbody>;<;/tbody>;

  • 2022-06-07 问题

    【单选题】[br][/br]在网页设计中也可以使用( )标记来创建表格的表头。 A: 〈td〉〈/td〉 B: 〈tr〉〈/tr〉 C: 〈thead〉〈/thead〉 D: 〈table〉〈table〉

    【单选题】[br][/br]在网页设计中也可以使用( )标记来创建表格的表头。 A: 〈td〉〈/td〉 B: 〈tr〉〈/tr〉 C: 〈thead〉〈/thead〉 D: 〈table〉〈table〉

  • 1 2 3 4 5 6 7 8 9 10