|
<STYLE TYPE="text/css"> a.:link { color: blue; text-decoration: none } a.:active { color: red; text-decoration: none } a.:visited { color: blue; text-decoration: none } a.:visited { color: green; text-decoration: underline } </STYLE> |
|
We could have more than one color schemes, by setting up a class system on the page.
<STYLE TYPE="text/css">
<STYLE TYPE="text/css"> In the above examples, I have used four of the most common Style Sheet commands. Most of them are self explanatory. |