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


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » text underline position »

 

'text-underline-position' Example



    
<html>
<body>
<div style="width:600; 
            background-color:beige; 
            text-underlineposition:above; 
            text-decoration:underline; 
            text-align:center">
This is a sample paragraph.
<br>
The text-underline-position property is set to "above"
</div>
</body>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» text underline position