表格标签的基本结构是?
A: <tr></tr>
B: <br></br>
C: <table></table>
D: <bg></bg>
A: <tr></tr>
B: <br></br>
C: <table></table>
D: <bg></bg>
举一反三
- 以下哪一条HTML语句用于设置表格的表框颜色( )。 A: <table bordercolor=”red”>…</table> B: <table bgcolor=”red”>…</table> C: <table background=”/image/pic.jpg”>…</table> D: <td bgcolor=”red”>…</table>
- 表格标记的基本结构是( )。(2.5) A: <tr></tr> B: <br></br> C: <table></table> D: <bg></bg>
- 表格标记的基本结构是( )。(1.0) A: <tr></tr> B: <br></br> C: <table></table> D: <bg></bg>
- 设置表格的宽度为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>
- 表示水平分割线线的HTML代码是 : A: <hr/> B: <br/> C: <tr/> D: <td/>