atsonic, bgcolor was last used probably in 1999.
it's been all about css since then.
e.g.,
body { background-color:black; }
don't get me started on font tags...
stylesheet docs are separate files linked from header. this makes it easier to update styles while keeping structural html intact.
notepad or text editor are fine-- preview on chrome w/ developer tools
|