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

HTML / CSS » CSS » text justify 
'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.