You may have heard about hover links which when you pass the cursor over them, the link can change into different colors and effects. Hover links are great for making your website look fancy and proffesional, but don't use too many or you will ruin your website. Remember that you must put all this code in the STYLE TAG. The following is the code for hover: (note: this does not work on macs so far...)
In the heading tags type in the following:
<!--
A:link {color:"colorcode"; text-decoration: (none, underlined, bold, italic, other)}
A:visited {color:"colorcode"; text-decoration: (none, underlined, bold, italic, other)}
A:hover {color:"colorcode"; text-decoration: (none, underlined, bold, italic, other)}
-->
That is just the beginning. You can have multiple hover codes so many different styles can be in your page. The "<!--" amd "--!>" are the codes for cancelling out things. But now this code is for the default code.
----------------------------------------------------------------------------------------------
To create multiple codes use this code bellow:
A.(name):LINK {Color: #(colorcode); Text-Decoration: (none, underlined, bold, italic, other);}
A.(name)VISITED {Color: #(colorcode); Text-Decoration: (same as above);}
A.(name)HOVER {Color: #(colorcode); Text-Decoration: (same as above);}
After that what used to be a link will be changed into a link that has a class.
<a href="place" class="(name)">