用于定义表格标题的HTML标记是( )。
A: <table>
B: <caption>
C: <th>
D: <tr>
A: <table>
B: <caption>
C: <th>
D: <tr>
举一反三
- 在HTML文档中,用于表示页面标题的标记对是_____。 A: < head >< /head > B: < header >< /header > C: < title >< /title > D: < caption >< /caption >
- 以下哪一条HTML语句用于设置表格的表框颜色( )。 A: <table bordercolor=”red”>…</table> B: <table bgcolor=”red”>…</table> C: <table background=”/image/pic.jpg”>…</table> D: <td bgcolor=”red”>…</table>
- 设置表格边框色彩的HTML代码是( )。 A: <table color= B: > C: <th bordercolor= D: > E: <table bordercolor= F: > G: <th color= H: >
- 网页中可用于表格标题的标签是() A: < table > B: C: D: < caption >
- 设置表格的宽度为600的HTML代码是( )。 A: <table height="500" width="600"></table> B: <table vspace="600" hspace="500"></table> C: <table height="600" width="500"></table> D: <table vspacet="500" hspace="600"></table>