It is used to contain each row in a table. Information appearing in it appears on the same
row. Other than standard and UI event attributes it’s tag specific attributes are
Align – It takes values of right, left, center, justify and aligns the content in a table row but is not used now as CSS is used.
bgcolor – It specifies a background color for a table row and can take values in formats of rgb(x,x,x), #xxxxxx or colorname. It is not used now as CSS is used.
Char – It aligns the content in a table row to a character and takes a character as value.
charoff – It sets the number of characters the content will be aligned from the character specified by the char attribute and it takes a numeric value.
Valign – It vertically aligns the content in a table row and takes one value from top, middle, bottom, baseline