Forum : colors in hyperlink
Brief description  about Online courses   join in Online courses
View Thangam  Nayagi 's Profile

colors in hyperlink

sir,

How to add colors for a text when that text has a hyperlink?

thangam
Asked by Thangam Nayagi | Dec 27, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
HI

You will read about this coming section

a:link {
color:#006699;
text-decoration:none;
}
a:visited {
color:#006699;
text-decoration: none;
}
a:hover {
color:#990000;
text-decoration: none;
}
a:active {
text-decoration: none;
}

Regards
Dec 28, 2010