How to Change Link Color in CSS?
The default HTML links are in blue color, and when the mouse hovers they get an underline. When the link is visited, it becomes violet. Now, To change the color of a link in CSS, you can use the color property along with the <a> (anchor) tag and its various pseudo-classes like :hover, :visited