您的位置:58编程 > html 属性 HTML thead charoff 属性

html 属性 HTML thead charoff 属性

2023-04-26 08:33 HTML参考手册

html 属性 HTML thead charoff 属性

html 属性 HTML thead charoff 属性

html 属性

HTML <thead> charoff 属性

HTML thead 标签参考手册 HTML <thead> 标签

实例

把 <thead> 元素中的内容与字符 "M" 向右两个字符的位置对齐:

<table border="1" width="100%">
  <thead align="char" char="M" charoff="2">
    <tr>
      <th>Month</th>
      <th>Savings</th>
    </tr>
  </thead>
    <tr>
      <td>January</td>
      <td>$100</td>
    </tr>
    <tr>
      <td>February</td>
      <td>$80</td>
    </tr>
</table>


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

几乎所有的主流浏览器都不支持 charoff 属性。


定义和用法

HTML5 不支持 <thead> charoff 属性。

charoff 属性规定 <thead> 元素中的内容相对于由 char 属性规定的字符的对齐偏移量。

仅当 align 属性设置为 "char" 且已设置 char 属性时,才能使用 charoff 属性。


语法

<thead charoff="number">

属性值

描述
number 规定对齐方式。
正数规定向字符的右边对齐。
负数规定向字符的左边对齐。


HTML thead 标签参考手册 HTML <thead> 标签
阅读全文
以上是58编程为你收集整理的html 属性 HTML thead charoff 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 58编程 58biancheng.com 版权所有 联系我们
桂ICP备12005667号-32 Powered by CMS