
To remove underline from a link in HTML, we can use CSS text-decoration property. By setting it to none will remove all the text decorations like underline from the text.
![CSS - Remove Underline From A LINK [Updated]](/_next/image?url=%2Fimages%2Ftutorials%2Fdefault.png&w=828&q=75)
There are multiple ways to use CSS with HTML document, and we will use text-decoration property with all of them to remove the Underline from the LINK.
To use CSS proprties text-decoration without Internal or External CSS, we can use In-Line CSS.
Where by using style="" atttribute, we can use any CSS property.