'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