Is it possible to specify inline css for say a table, instead of
repeating <FONT><SPAN>or <DIV> tags or placing the style info in
stylesheets or in <HEAD>?
For example, in the middle of an HTML file, can I say something like:
TR {background-color:yellow; }
TD { font-color:#ffffff; background-color:green; }
and apply it only to the table immediately following it?