例如:
<table width="100%" border="1">
<col align="left" />
<col align="left" />
<col align="right" />
<tr>
<th>ISBN</th>
<th>Title</th>
<th>Price</th>
</tr>
<tr>
<td>3476896</td>
<td>My first HTML</td>
<td>$53</td>
</tr>
</table>
col 元素为表格中的三个列规定了不同的对齐方式!
COL不是CSS中的 是HTML标签
你好 只能猜测了con 应该是 容器 我们一般外层大容器都用 .contianer
col 应该是列 .colspan
bd 你这了是#bd 那就是id选择器 一般border 缩写成bd
背景 一般bg
希望能帮到你 谢谢
“colgroup”和“col”这两个标签存在严重的浏览器兼容问题,在Chrome、FireFox、Safari等浏览器中都只支持背景色、宽度等少数几种样式属性,只有在IE浏览器才能获得完全支持,所以建议最好不要使用。