HTML col align 属性

星河私藏家

HTML <col> align 属性

<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>

浏览器支持

HTML col align 属性HTML col align 属性HTML col align 属性HTML col align 属性HTML col align 属性

只有 Opera 和 Internet Explorer 8 以及更早的IE版本支持 align属性(IE9不支持该属性)。


定义和用法

HTML5 不支持 <col> align 属性。

align 属性规定与 col 元素相关的内容的水平对齐方式。


语法

  
    <col align="left|right|center|justify|char">

属性值

描述
left 左对齐内容(默认值)。
right 右对齐内容。
center 居中对齐内容(th 元素的默认值)。
justify 对行进行伸展,这样每行都可以有相等的长度(就像在报纸和杂志中)。
char 将内容对准指定字符。


版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码