The text-decoration-line property establishes what line decorations, if any, the element generates and applies. Multiple values may be combined (e.g. underline overline).a {
text-decoration-line: underline;
}.special {
text-decoration-line: underline overline;
}noneThe default value. No decoration is applied.underlineAdds an underline beneath the text.overlineAdds a line above the text.line-throughAdds a line through the middle of the text.blinkText alternates visibility — modern user agents ignore this value (deprecated).spelling-errorUser agent's spelling error indicator (appearance is UA-defined).grammar-errorUser agent's grammar error indicator (appearance is UA-defined).CSS Text Decoration Module Level 4Editor's DraftW3CMDN
In the beginning God created the heavens and the earth.
Show all codeEdit CSS onlineThe plugin that remembers hundreds of CSS items for youEvery CSS property — in a live demonstrationThe bilingual CSS referencedefinitionexamplessyntaxmodulespecificationsourcesvisual demonstrationpreviousnext