在HTML中,用来定义标题单元格的标签是 。
A: <th></th>
B: <td></td>
C: <tr></tr>
D: <table></table>
A: <th></th>
B: <td></td>
C: <tr></tr>
D: <table></table>
举一反三
- 以下哪一条HTML语句用于设置表格的表框颜色( )。 A: <table bordercolor=”red”>…</table> B: <table bgcolor=”red”>…</table> C: <table background=”/image/pic.jpg”>…</table> D: <td bgcolor=”red”>…</table>
- 以下哪个标签用来定义表格的表头单元格? A: <tr></tr> B: <td></td> C: <th></th> D: <table></table>
- 以下哪个标签用来定义表格的行? A: <tr></tr> B: <td></td> C: <table></table> D: <th></th>
- 表示水平分割线线的HTML代码是 : A: <hr/> B: <br/> C: <tr/> D: <td/>
- 下面选项中,()是表格主体标签。 A: <table></table> B: <tr></tr> C: <td></td> D: <th></th>