'text-underline-position' Example : text underline position « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'text-underline-position' Example

    
<html>
<body>
<div style="width:600; 
            background-color:#EEEEEE; 
            text-underlineposition:above; 
            text-decoration:underline; 
            text-align:center">

This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
This is a sample paragraph.
<br>
The text-underline-position property is set to "above"
</div>
</body>
</html>

    
      
      








Related examples in the same category

1.'text-underline-position' Syntax and Note
2.'text-underline-position' Possible Values
3.'text-underline-position' is applied to