text-decoration-underline
Overview table
- Applies to
- All elements
- Inherited
- No
- Media
- visual
- Animatable
- No
Syntax
text-decoration-underline: VARIANT_FALSE
text-decoration-underline: VARIANT_TRUE
Values
- VARIANT_TRUE
- Apply the underline.
- VARIANT_FALSE
- Prevent the underline.
Examples
This example uses the textDecorationUnderline property to underline the text when the user clicks the text with the mouse.
<P onclick="this.style.textDecorationUnderline=true;">
Click this if you think it's important.
</P>
Syntax
textDecorationUnderline: VARIANT_TRUE | VARIANT_FALSE
Requirements
{
See also
Related pages
- defaultSelecteddefaultSelected
- runtimeStyleruntimeStyle
- stylestyle
- textDecorationtextDecoration
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]