remove underline from the hyperlink in html

<a href="Login.jsp" style="text-decoration:none"><li>Log Out</li></a>



If we set the text-decoration:none
then the underline will automatically removed.

#remove underline from html hyperlink
#remove underline from jsp hyperlink
#removeunderline

Comments

Popular posts from this blog

Java Interview Preparation (conceptual)

Git Commands With Output Log

Java 8 Function Interface