Glubase - share your knowledge


All / Computers / Programming / CSS





  • View Command

CSS Reference

CSS text-decoration definition

Browser support
IEFFOpSaf

Type:

Syntax

text-decoration: <decoration>

Description

The text-decoration property defines if the text should be underline, overline, line-through, blink or none.

Values

none || underline || overline || line-through || blink

Example

[Try this example yourself]
<p style="text-decoration: line-through">Example text</p>

Output

Example text

  • Comments

No comments added.