HTML th标签

一。
th 标签 -- 代表HTML表格中的表头
  • th标签是成对出现的,以<th>开始,</th>结束
  • 属性
    • Common -- 一般属性
    • abbr -- 代表表头的简写
    • axis -- 对单元格在概念上分类
    • colspan -- 一行跨越多列
    • headers -- 连接表格的数据与表头
    • rowspan -- 一列跨越多行
    • scope -- 定义行或列的表头
    • align -- 代表水平对齐方式(left(左对齐) | center(居中对齐) | right(右对齐) | justify)(此属性应该使用CSS实现)
    • valign -- 代表垂直对齐方式(top(顶部对齐) | middle(中部对齐) | bottom(下部对齐) | baseline(基线对齐))(此属性应该使用CSS实现)
  • th是table header cell的缩写
  • 引用网址:http://www.dreamdu.com/xhtml/tag_th/

二。详细例子:

示例

 <table width="80%" border="1">         <tr>                  <th>www.dreamdu.com</th>                 <th>.com域名的数量</th>                 <th>.cn域名的数量</th>                 <th>.net域名的数量</th>         </tr>         <tr>                 <th>2003年</th>                 <td>1000</td>                 <td>2000</td>                 <td>3000</td>         </tr>         <tr>                 <th>2004年</th>                 <td>4000</td>                 <td>5000</td>                 <td>6000</td>         </tr>         <tr>                 <th>2005年</th>                 <td>7000</td>                 <td>8000</td>                 <td>9000</td>         </tr> </table> 
<script type="text/javascript" id="wumiiRelatedItems"> </script>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值