About 3,600,000 results
Open links in new tab
  1. CSS Text Decoration - W3Schools

    The CSS text-decoration property is used to control the appearance of decorative lines on text. It is a shorthand property for the following individual properties:

  2. text-decoration - CSS | MDN - MDN Web Docs

    Dec 5, 2025 · The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-line, text-decoration-color, text-decoration …

  3. CSS text-decoration Property - W3docs

    Use the CSS text-decoration shorthand property to specify the kind of line, style and color of the text decoration. See property values and try examples.

  4. CSS text-decoration Property - CSS Portal

    The text-decoration CSS property is used to control the visual decoration of text within an HTML element. It primarily defines how text should be styled in terms of underlines, overlines, line …

  5. CSS Text Decoration (With Examples) - Programiz

    CSS text-decoration property is used to decorate the appearance of text using various lines. In this tutorial, you will learn about CSS text-decoration with the help of examples.

  6. CSS - text-decoration - Online Tutorials Library

    The text-decoration property is used to add "decorations" to inline content, such as an underline, overline, line-through and strikethrough over a piece of text. It is a shorthand property for the …

  7. CSS text-decoration Property: CSS Text Decoration - CodeLucky

    Feb 17, 2025 · A comprehensive guide to the CSS text-decoration property, covering how to add underlines, overlines, line-throughs, and more to your text.

  8. CSS `text-decoration`: Styling Text with Underlines, Overlines, …

    This tutorial covers various `text-decoration` values (underline, overline, line-through, blink), demonstrating how to apply these styles for improved readability and visual appeal, and …

  9. CSS text-decoration Property - GeeksforGeeks

    Jul 11, 2025 · Understanding the text-decoration property and its shorthand variations allows web developers to enhance the visual presentation of text effectively. This article explores the …

  10. CSS text-decoration - Quackit Tutorials

    The text-decoration property is a shorthand property for setting text-decoration-line, text-decoration-style, and text-decoration-color in one declaration. When using the text-decoration …