Remove HTML Link Underline

 

Remove HTML Link Underline

Remove HTML link underline using the style tag. This tag can be placed directly within the link code of an individual link.

Remove HTML Link Underline

Place the following code within your HTML:

<a href="http://www.yourdomain.com" style="text-decoration: none">Your Link</a>

 
 

Remove All HTML Link Underlines

If you would like to remove all of a web page’s HTML link underlines, you can use the style tag within your <head> tags.

<style>
<!–
a{text-decoration:none}
–>
</style>

This concludes the remove an HTML link underline section.

 
 

 
 
Visit the following pages for a wealth of copy and paste codes and tips:

HTML Tips
Copy and paste special effect HTML codes for your web page.

HTML Codes
An HTML codes chart you can use to copy and paste codes into your web page.

HTML Color Codes
An HTML color codes chart you can use to copy and paste color codes into your web page.

JavaScript Codes
Copy and paste special effect JavaScript codes for your web page.

Web Design Tips
Tips, tricks, and special effect codes for your web page.

HTML Tags
A list of HTML tags.

HTML 5 Tags
A list of the latest HTML tags to be developed.

ASCII Codes
Special text characters and code for your web page.

Code provided by:
John Nitkowski