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






'text-indent' Example

    
<html>
<body>
<div style="width:200; background-color:beige; text-indent:50px">
This is a sample paragraph with an indent of 50px. 
</div>
</body>
</html>

    
      
      








Related examples in the same category

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