
Using CSS for background graphics can be a lifesaver in bandwidth and appearance.
The Tag
<style>
a:link {color: red; text-decoration: none; }
a:visited {color: blue; text-decoration: bold; }
a:active {color: green; text-decoration: underline; }
</style>
|
Side Notes:
Red Text:
In the HTML section there is a section on
the <body> tags. It defines the meaning
of that code. This must be included in coding.
Yellow Text
These are very interchangeable sections of the
code.
Black Text
This text is always included in the coding.
Back to CSS Tutorials
|