how to justify text in css' 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;
}
<p align="justify">
div {
text-align: justify;
text-justify: inter-word;
}