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






'text-justify' Example

    
<html>
<body>
<div style="width:300px; 
            height:30px; 
            background-color:beige; 
            text-align:justify; 
            text-justify:inter-word">
This sample paragraph is justified.
</div>
Outside the 'justify'.
</body>
</html>

    
      
      








Related examples in the same category

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