text alignment justify in html code example
Example 1: how to justify text in html
<p align="justify">
Example 2: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
Example 3: 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;