This page will teach us how to:
- Define colors for all links on the page.
- Define colors for individual links on the page.
Define colors for all links on the page
The general color of text links is specified in the <body> tag, like in the example below:
<body link ="#C0C0C0" vlink = "808080" alink = "FF0000">
- Link - standard link - to a page the visitor hasn't been to yet. (standard color is blue - #0000FF).
- vLink - visited link - to a page the visitor has been to before. (standard color is purple - #800080)
- aLink - active link - the color of the link when the mouse is on it. (standard color is red - #FF0000).


Post a Comment
Your feedback is always valuable for us :