text alignment justify in html code example
Example 1: how to justify text in html
<p align="justify">
Example 2: what are the different text align in html
/* There are four different text align values: left, right, center
and justify. For example: */
text-align: center;