0
How can i change the color of Link
<a href><\a>
2 Answers
0
<a style="color: yellow;" href="http://www.google.at"> Google</a>
Like that, as an example, or any other way you want to use CSS (with a linked css. file or in the head-part linked to the a-tag or an class for a certain link), but for that you should look at the right chapter in CSS.