Answers for "how to justify paragraph text in html and css"

11

use text-align to justify the paragraph style

text-align: justify;
Posted by: Guest on February-07-2020
3

how to justify text in html

<p align="justify">
Posted by: Guest on April-15-2020

Code answers related to "how to justify paragraph text in html and css"

Browse Popular Code Answers by Language