Notes to "Introduction to Web Design Day Three | Table Row Attributes"
BGCOLOR: deprecated W3C
Deprecated Example:
<TR BGCOLOR="red">
CSS Example:
<STYLE TYPE="text/css">
TR { background: blue ; color: white;}
</STYLE>
Return to
"Introduction to Web Design Day Three | Table Row Attributes"
|