Tag |
Property |
Description |
<table> </table> |
border cellpadding cellspacing width height name id title bgcolor
background align valign |
Holds the table elements |
<tr> </tr> |
height bgcolor background align valign title |
Defines a new row |
<td> </td> |
height width bgcolor background align valign title colspan rowspan |
Defines a table cell |
<th> </th> |
height width bgcolor background align valign title colspan rowspan |
Table header. Automatically bolds and centers
contents |
<tbody> </tbody> |
height width align valign bgcolor background |
Applies formatting to surrounded cells |
<colgroup> </colgroup> |
height width align valign bgcolor background colspan |
Applies formatting to given column |