Is it possible to specify a link without underlining using HTML?

 Posted by Pgayath on 9/21/2012 | Category: HTML 5 Interview questions | Views: 2528 | Points: 40
Answer:

Yes, it is possible. Let us see an example..
<html>

<body>
<a href="http://www.dotnetfunda.com" style="text-decoration:none;">Visit W3Schools.com!</a>
</body>
</html>


Text-decoration: none style is used not to underline a anchor element.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response