+ 2
how can we give color to the link we provide ?
5 Respuestas
+ 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,
+ 1
or you can add color, by adding class inside <a>
0
as you have to know all color codes so that u can change in your way
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
- 1
Link