html left justify text code example
Example 1: how to justify text in html
<p align="justify">
Example 2: html how to center text
<p style="text-align:center;">Centered paragraph.</p>
Example 3: html align right
<p style="text-align:right;">Example</p>