how do I remove the default color blue from a link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I remove the default color blue from a link

18th Jul 2016, 11:00 AM
Oluwaseun Ogunlana B.
Oluwaseun Ogunlana B. - avatar
4 Answers
+ 1
In <body> tag put "link" attribute for example.. <body link="red"> this will change your link colour..
18th Jul 2016, 2:30 PM
Mahima Rajvir Singh
Mahima Rajvir Singh - avatar
+ 1
The best way to do it is by using this code in your style sheet a:link{ color:"what ever color u want "; } /* for the default color for the links */ a:visited { color :" for the color u want when the link has been visited; }
19th Jul 2016, 1:00 AM
Ozii
Ozii - avatar
0
you can try this a { color: #0060B6; text-decoration: none; } a:hover { color:#00A0C6; text-decoration:none; cursor:pointer; }
18th Jul 2016, 11:55 AM
Adrian Hanson
Adrian Hanson - avatar
- 1
how are you
18th Jul 2016, 12:16 PM
[No Name]
[No Name] - avatar