When you use the “<a>” tag on your HTML page then show text color automatic blue & underline. If you want to implement in your tag using CSS then implement the below property-
Ex:-
a:link {
color: red;
}
a:hover MUST come after a:link and a:visited
a:active MUST come after a:hover

Latest posts by rajeshkumar (see all)