Answers for "how to change the alignment of text in html"

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

Code answers related to "how to change the alignment of text in html"

Browse Popular Code Answers by Language