link style no underline code example
Example 1: html a link no underline
text-decoration: none;
Example 2: how to not underline links in css
a {
text-decoration: none;
}
text-decoration: none;
a {
text-decoration: none;
}