← Back to Glossary

text-decoration

Typography

Sets decorative lines on text blocks, such as underlines, strikethroughs, or clearing link anchors default underlines.

Common Value Formats

  • text-decoration: underline; Standard underline
  • text-decoration: line-through; Strikethrough style
  • text-decoration: none; Clears default outlines
interactive-example.html
Live Preview