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
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
Post a Comment