<a 'https://www.plus2net.com/html_tutorial/css_underline.php'>This is a link with underline</a>
This
is a link without underline
<a href='https://www.plus2net.com/html_tutorial/css_underline.php' style='text-decoration: none;'>This
is a link without underline</a>
Here we have used style='text-decoration: none;' to remove the underline from the link
<a style="text-decoration: overline" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with overline</a>
<a style="text-decoration: overline" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with line-through</a>
<a style="text-decoration: underline overline" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with underline overline</a>
<a style="text-decoration: underline overline dotted blue" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with underline overline</a>
<a style="text-decoration: underline overline dotted red" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with underline overline red</a>
<a style="text-decoration: underline overline double red" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with underline overline double red</a>
<a style="text-decoration: underline overline wavy green" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with underline overline wavy green</a>
<a style="text-decoration: underline overline dashed green" href="https://www.plus2net.com/html_tutorial/css_underline.php">This
is a link with underline overline dashed green</a>
Author & Instructor at plus2net
I write and maintain practical tutorials on Python, PHP, SQL, JavaScript, HTML, jQuery, and web development at plus2net. The tutorials focus on clear explanations, working examples, and code that readers can test and adapt while learning.