Answers for "text alignment justify in html"

2

how to justify text in html

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

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;
Posted by: Guest on September-16-2020

Browse Popular Code Answers by Language