HTML <td> 标签的 valign 属性HTML <td> 标签实例带有不同垂直对齐单元格的表格:<table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td val
HTML <td> 标签的 scope 属性HTML <td> 标签实例下面的例子把两个 th 元素标识为列的表头,把两个 td 元素标识为行的表头:<table border="1"> <tr> <th scope="col">Month
HTML <td> 标签的 nowrap 属性HTML <td> 标签实例带有 nowrap 属性的表格单元:<table border="1"> <tr> <th>Poem</th> <th>Poem</th> </tr> <tr> <td nowrap="n
HTML <td> 标签的 height 属性HTML <td> 标签实例两个带有预定义高度的单元格:<table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td heigh
HTML <td> 标签的 charoff 属性HTML <td> 标签实例在下面的例子中,"Savings" 数据单元的内容与 "." 字符向右两个字符的位置对齐:<table border="1"> <tr> <th>Month</th>
HTML <td> 标签的 char 属性HTML <td> 标签实例在下面的例子中,"Savings" 数据单元的内容与 "." 字符对齐:<table border="1"> <tr> <th>Month</th> <th>Savings</th>
HTML <td> 标签的 bgcolor 属性HTML <td> 标签实例带有背景颜色的单元格:<table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td bgcolor="#
HTML <td> 标签的 axis 属性HTML <td> 标签实例带有分类单元格的表格:<table border="1" width="100%"> <tr> <th axis="name">Company</td> <th axis="contact">Emai
HTML <td> 标签的 align 属性HTML <td> 标签实例带有右对齐单元格的 HTML 表格:<table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>Janu
HTML <td> 标签的 abbr 属性HTML <td> 标签实例在 HTML 表格中使用 abbr 属性:<table border="1"> <tr> <th>Company</th> <th>Country</th> </tr> <tr> <td abb
HTML <tbody> 标签的 valign 属性HTML <tbody> 标签实例下面的 HTML 表格把 tbody 元素中的内容垂直居中对齐:<table border="1" width="100%"> <tr> <th>Month</th>
HTML <tbody> 标签的 charoff 属性HTML <tbody> 标签实例下面的 HTML 表格把 tbody 元素中的内容与字符 "." 向右两个字符的位置对齐:<table border="1" width="100%"> <t
HTML <tbody> 标签的 char 属性HTML <tbody> 标签实例下面的 HTML 表格把 tbody 元素中的内容与字符 "." 对齐:<table border="1" width="100%"> <tr> <th>Month</th
HTML <tbody> 标签的 align 属性HTML <tbody> 标签实例下面的 HTML 表格将 tbody 元素中的内容向右对齐:<table border="1" width="100%"> <thead> <tr> <th>Month<
HTML <table> 标签的 width 属性HTML <table> 标签实例带有 400 像素宽度的表格:<table border="1" width="400"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr