text-decoration property


What it does:
Describes the appearance of the text that isn't specified with the font-weight and font-style properties.

HTML Equivalent:
<u>, <s>, <strike>

Values:
none: No text decoration
underline: Underlines the text
overline: A line over the top of the text
line-through: A line through the middle of the text (strikethrough text)

Example:
External Style Sheet: .linkbar {text-decoraton: line-through;}
In-line: <p style="text-decoration: overline;">

CSS Properties: Contents

::Fonts
font-style
font-weight
font-family
color
::Text
text-align
text-decoration
text-transform
text-shadow
::Backgrounds
background-color
background-image
background-repeat
background-attachment
::Scrollbars ::Dimensions ::Margins and Padding
::Borders
Border
Border-width
Border-style