| Home | CSS Tutorials | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |


| Syntax: | text-decoration: <value> |
|---|---|
| Possible Values: | none | [ underline || overline || line-through || blink ] |
| Initial Value: | none |
| Applies to: | All elements |
| Inherited: | No |
The text-decoration property allows text to be decorated through one of five properties: underline, overline, line-through, blink, or the default, none.
For example, one can suggest that links not be underlined with
A:link, A:visited, A:active { text-decoration: none }
Maintained by John Pozadzides and Liam Quinn
Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.
| Home | CSS Tutorials | JavaScript Editor | ![]() | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |