'text-align-last' Example : text align last « CSS « HTML / CSS






'text-align-last' Example

    
<html>
<body>
<div onclick="this.style.textAlignLast='right'" 
     style="text-align:justify">
www.java2s.com. 
Click to change last alignment to right.
www.java2s.com
</div>
</body>
</html>

    
      
      








Related examples in the same category