• 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-05-28 问题

    能够设置表格的标题的标记是( )。 A: 〈tbody〉 ... 〈/tbody〉 B: 〈tfoot〉 ... 〈/tfoot〉 C: 〈caption〉 ... 〈/caption〉 D: 〈title〉 ... 〈/title〉

    能够设置表格的标题的标记是( )。 A: 〈tbody〉 ... 〈/tbody〉 B: 〈tfoot〉 ... 〈/tfoot〉 C: 〈caption〉 ... 〈/caption〉 D: 〈title〉 ... 〈/title〉

  • 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: 正确的书写顺序是&lt;thead&gt; 、&lt;tbody&gt;、&lt;tfoot&gt; B: &lt;thead&gt; 必须在&lt;tbody&gt;之前,&lt;tfoot&gt;位置任意 C: &lt;thead&gt; 必须在最前面,&lt;tbody&gt;和&lt;tfoot&gt;位置任意 D: &lt;thead&gt; 、&lt;tbody&gt;、&lt;tfoot&gt;位置都可以任意

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

  • 2022-06-19 问题

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

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

  • 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-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-06-07 问题

    表格的结构标记不包括()。 A: thead B: ttitle C: tbody D: tfoot

    表格的结构标记不包括()。 A: thead B: ttitle C: tbody D: tfoot

  • 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;标签

  • 1 2 3 4 5 6 7 8 9 10