How To Justify Text To Left In Html Code Example


Example 1: html text justify


<p style="text-align: justify;"> Justify to width </p>

Example 2: how to justify text in html


<p align="justify">

Comments