HTML and CSS Reference
In-Depth Information
<tfoot align="right" bgcolor="red" valign="bottom">
<tr>
<td> This is part of the footer. </td>
<td> This is also part of the footer. </td>
</tr>
</tfoot>
<tbody>
<tr>
<th> West Coast </th>
<td> 10 </td>
<td> 12 </td>
</tr>
<tr>
<th> East Coast </th>
<td> 1 </td>
<td> 20 </td>
</tr>
</tbody>
</table>
Compatibility
HTML 3.2, 4, 4.01, 5
XHTML 1.0, 1.1, Basic
Firefox 1+, Internet Explorer 2+,
Netscape 1.1+, Opera 4+, Safari 1+
Notes
• In addition to displaying tabular data, tables have been used to support graphics
layout and design. CSS is currently the suggested method for layout, but current
inspection of sites suggests that in 2009 table -based layout is alive and well.
• The HTML 4 specification reserved the attributes datasrc , datafld ,
dataformatas , and datapagesize for future versions. However, XHTML dropped
these attributes. They are supported in Internet Explorer 4 and later. Early drafts of
the HTML5 specification introduced a datagrid , which seem to revisit these ideas,
but it was later dropped with indications it may return in future versions of HTML.
• At the time of this writing, most browsers have problems with char and charoff
attributes in all table-related tags.
• The HTML 3.2 specification defines only the align , border , cellpadding ,
cellspacing , and width attributes for the table element.
• The cols attribute might provide an undesirable result under some versions of
Netscape, which assumes the size of each column in the table is exactly the same.
<tbody> (Table Body)
This element is used to group the rows within the body of a table as defined by <tr> tags.
Search WWH ::




Custom Search