HTML <tr> 标签的 align 属性HTML <tr> 标签实例带有居中对齐行的表格:<table width="100%" border="1"> <tr align="center"> <th>Month</th> <th>Savings</th> </t
HTML <time> pubdate 属性HTML <time> 标签实例已指定日期的 time 元素:<p>我在<time datetime="2008-02-14">情人节</time>有个约会。</p>亲自试一试定义和用法datetime 属
HTML <thead> 标签的 valign 属性HTML <thead> 标签实例下面的 HTML 表格把 thead 元素中的内容垂直居中对齐:<table border="1" width="100%"> <thead valign="middle">
HTML <thead> 标签的 charoff 属性HTML <thead> 标签实例下面的 HTML 表格把 thead 元素中的内容与字符 "M" 向右两个字符的位置对齐:<table border="1" width="100%"> <the
HTML <thead> 标签的 align 属性HTML <thead> 标签实例下面的 HTML 表格把 thead 元素中的内容与字符 "M" 对齐:<table border="1" width="100%"> <thead align="char" char
HTML <thead> 标签的 align 属性HTML <thead> 标签实例下面的 HTML 表格将 thead 元素中的内容向左对齐:<table border="1" width="100%"> <thead align="left"> <tr>
HTML <th> 标签的 width 属性HTML <th> 标签实例两个带有预定义宽度的单元格:<table border="1"> <tr> <th width="40%">Company in USA</th> <th width="60%">Addres
HTML <th> 标签的 valign 属性HTML <th> 标签实例带有不同垂直对齐单元格的表格:<table border="1" style="height:200px"> <tr> <th valign="middle">Company</th> <
HTML <th> 标签的 nowrap 属性HTML <th> 标签实例带有 nowrap 属性的表格单元:<table border="1"> <tr> <th>Company in USA</th> <th nowrap="nowrap">Address</th>
HTML <th> 标签的 height 属性HTML <th> 标签实例两个带有预定义高度的单元格:<table border="1"> <tr> <th height="100px">Company in USA</th> <th height="100px"
HTML <th> 标签的 charoff 属性HTML <th> 标签实例在下面的例子中,第一个表头单元的的内容与 "C" 字符向右二个字符的位置对齐:<table border="1"> <tr> <th align="char"
HTML <th> 标签的 char 属性HTML <th> 标签实例在下面的例子中,第一个表头单元的的内容与 "C" 字符对齐:<table border="1"> <tr> <th align="char" char="C">Company</th
HTML <th> 标签的 bgcolor 属性HTML <th> 标签实例带有背景颜色的表头单元格:<table border="1"> <tr> <th bgcolor="#FF0000">Company in USA</th> <th bgcolor="#00
HTML <th> 标签的 axis 属性HTML <th> 标签实例带有分类表头单元格的表格:<table border="1" width="100%"> <tr> <th axis="name">Company</td> <th axis="contact">
HTML <th> 标签的 align 属性HTML <th> 标签实例带有右对齐表头单元格的 HTML 表格:<table border="1"> <tr> <th>Company in USA</th> <th align="right">Address</t