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
HTML <table> 标签的 summary 属性HTML <table> 标签实例下面的例子定义了表格内容的摘要:<table border="1" summary="Monthly savings for the Flintstones family"> <tr>
HTML <table> 标签的 rules 属性HTML <table> 标签实例下面的例子规定只有行之间的边框是可见的:<table rules="rows"> <tr> <th>Month</th> <th>Savings</th> </tr>
HTML <table> 标签的 frame 属性HTML <table> 标签实例下面的例子规定只有围绕表格的边框是可见的:<table frame="box"> <tr> <th>Month</th> <th>Savings</th> </tr