Possible Duplicate:
How to remove the underline for anchors(links)?
In the following code below, the link gets underlined when I use the href attribute.
<html>
<body>
<a href="xxx.html">goto this link</a>
</body>
</html>
I want the link to be associated with that tag, but not to be underlined. How can I do that? Thanks in advance for your help.