Answer: By default,Web browser will underline every link on the page.If we want to remove line,the simplest solution is to use HTML code like this:-
<a style = "text-decoration:none;" href = "http://www.dotnetfunda.com">Dot Net Funda</a>
text-decoration:none style property will remove line.
Asked In: Many Interviews |
Alert Moderator