How to create HTML link without underline
By default HTML links are underlined in most browsers. You can remove the underline on a link in a few methods:
Using style in line with HTML link,
Using CSS style in external link
Example HTML link tag to remove underline using in line style
In most browsers, HTML links will appear in the following form as default:
- An unvisited link is underlined and blue color.
- A visited link is underlined and purple color.
- An active link is