Attribute |
Value |
Description |
align |
right left center justify char |
It determines the alignment of the content in the table row. (Not Supported in HTML5) |
bgcolor |
rgb(x,x,x) #xxxxx color_name |
It defines the background color of the table row. (Not Supported in HTML5) |
char |
character |
It specifies the alignment of content to the character. (Not Supported in HTML5) |
charoff |
number |
It specifies the number of character the table row content will be aligned from the character, and which is specified by char attribute. (Not Supported in HTML5) |
valign |
Top Middle Bottom baseline |
It specifies the vertical alignment of the table row content. (Not Supported in HTML5) |