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;
}
Example 3: justify text csss
text-align: justify;
Example 4: arranging the paragraph in css
center of para