How can I change the link colour | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I change the link colour

It seems as if the browser underlines the link word and assigns its own colour

21st Oct 2017, 1:00 PM
ALAINGIRESSE ETONGO
ALAINGIRESSE ETONGO - avatar
3 Answers
+ 2
a:link{ color: black; text-decoration: none; } a:hover{ color: blue; text-decoration: none; } a:visited{ color: purple; text-decoration: none; } a:active{ color: red; text-decoration: none; } Try this I have also add some extra... like hover , visited, active.
21st Oct 2017, 1:19 PM
RanjOyHunTer
RanjOyHunTer - avatar
+ 1
welcome.. ask if you have any doubsts
21st Oct 2017, 1:25 PM
RanjOyHunTer
RanjOyHunTer - avatar
0
Thanks so much
21st Oct 2017, 1:20 PM
ALAINGIRESSE ETONGO
ALAINGIRESSE ETONGO - avatar