How to remove underline from hyperlink in html using CSS

In this article, we will just remove the underline from hyperlink. In the technical language(CSS language) we it called text-decoration if make it none (style="text-decoration:none;")we did not get underline on hyperlink in Html.
Just we can use this code:


Source code :-
<a href="www.neerajcodesolution.blogspot.in" style="text-decoration:none;"> Code solutions  </a>

           

Out Put:-

How to remove underline from hyperlink in html using CSS How to remove underline from hyperlink in html using CSS Reviewed by NEERAJ SRIVASTAVA on 10:30:00 PM Rating: 5

No comments:

Powered by Blogger.