<html> <head> <title>Set text-decoration to none for <A></title> <style type="text/css"> a { text-decoration: none; } </style> </head> <body> <h1>Title of Page</h1> <p>This is a sample paragraph with a <a href="http://www.navioo.com">link</a>.</p> </body> </html>