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






'text-align-last' Example

    
<html>
<body>
<div onclick="this.style.textAlignLast='right'" 
     style="text-align:justify">
Sample text, aligned justify. 
<br><br>
Click to change last alignment to right.</div>

Outside the format.

</body>
</html>

    
      
      








Related examples in the same category

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