以下哪一条HTML语句用于设置表格的表框颜色( )。
未知类型:{'options': ['[table bordercolor=”red”]…', '[table bgcolor=”red”]…', '[table background=”/image/pic.jpg”]…', '[td bgcolor=”red”]…'], 'type': 102}
未知类型:{'options': ['[table bordercolor=”red”]…', '[table bgcolor=”red”]…', '[table background=”/image/pic.jpg”]…', '[td bgcolor=”red”]…'], 'type': 102}
举一反三
- 以下哪一条HTML语句用于设置表格的表框颜色( )。 A: <table bordercolor=”red”>…</table> B: <table bgcolor=”red”>…</table> C: <table background=”/image/pic.jpg”>…</table> D: <td bgcolor=”red”>…</table>
- 分析下面的HTML代码片段,则选项中的说法正确的是( )。 [table border=“2”] [tr bgcolor=”yellow”] [td bgcolor=”red”]1月 [td ]2月 [td bgcolor=”green”]3月 [tr bgcolor=”gray”] [td bgcolor=”red”]5月 [td ]6月 [td bgcolor=”green”]7月 </table A: ”1月”单元格的背景色为红色(red) B: ”2月”单元格的背景色为网页背景色 C: ”6月”单元格的背景色为灰色(gray) D: ”7月”单元格的背景色为绿色(green)
- 设置围绕表格的边框宽度的HTML代码是: 未知类型:{'options': ['[table size=""]', '[table border=""]', '[table bordersize=""]', '[tableborder=""]'], 'type': 102}
- 设置表格的宽度为600的HTML代码是( )。 未知类型:{'options': ['[table height="500" width="600"]', '[table vspace="600" hspace="500"]', '[table height="600" width="500"]', '[table vspacet="500" hspace="600"]'], 'type': 102}
- 设置单元格填充为0的HTML代码 ( )。 未知类型:{'options': ['[table cellspacing=0]', '[table cellspacing="0"]', '[table cellpadding="0"]', '[table cellpadding=0]'], 'type': 102}