'text-justify' Example : text justify « CSS « HTML / CSS






'text-justify' Example

<html>
<body>
<div style="width:200px; 
            height:30px; 
            background-color:beige; 
            text-align:justify; 
            text-justify:inter-word">
            
www.java2s.com in 'text-justify:inter-word'

</div>
</body>
</html>
    
      
      








Related examples in the same category