how can we give color to the link we provide ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how can we give color to the link we provide ?

12th Jul 2016, 5:02 AM
Sagar Sinha
Sagar Sinha - avatar
5 Answers
+ 3
u can give color in your link by typing the following html code : <a href="#" style="color: #0053bc; text-decoration: none;">Custom Link</a> u can avoid 'text-decoration' attribute if u want ur link to b underlined,
12th Jul 2016, 9:28 AM
ManMhz
ManMhz - avatar
+ 1
or you can add color, by adding class inside <a>
12th Jul 2016, 10:28 AM
neeti
neeti - avatar
0
as you have to know all color codes so that u can change in your way
13th Jul 2016, 12:45 PM
Darsh Shah
Darsh Shah - avatar
0
you can follow @ManMhz's answer but if you want more spesific you must learn css and to make your code more tidy you must write style code in deferent file
21st Aug 2016, 5:29 AM
sam nursanto
sam nursanto - avatar
- 1
Link
12th Jul 2016, 7:53 AM
Wella Kraemer
Wella Kraemer - avatar