//the value text-decoration: none; is often used to remove underlines from links
a {
text-decoration: none;
}
h1 {
text-decoration: overline;
}
h2 {
text-decoration: line-through;
}
h3 {
text-decoration: underline;
}
Is used to set or remove decorations from text.