Answers for "html.a color for links"

6

html link color

<a href="Link Here" style="color: Color Here"><b>Link Name</b></a> <!--- You dont need the bold tags btw ---!>
Posted by: Guest on September-03-2020
0

how to color links

a{
    color: //whatever color you want;
  }
Posted by: Guest on February-15-2022

Browse Popular Code Answers by Language