Link that is not underlined
Link that is not underlined
<!DOCTYPE html>
<html>
<body>
<a href="http://www.google.com" style="text-decoration:none;">Visit Google.com!</a>
</body>
</html>
Output
Link that is not underlined
<!DOCTYPE html>
<html>
<body>
<a href="http://www.google.com" style="text-decoration:none;">Visit Google.com!</a>
</body>
</html>
Output