how to remove underline from link in html

HTML
<a href="http://yoursite.com/" style="text-decoration:none">yoursite</a><a style="text-decoration: none;"></a>a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked
Source

Also in HTML: