Answers for "to align text to the right html"

5

html align text left

<p style="text-align: left;"> Left alignment </p>
Posted by: Guest on April-03-2021
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 "to align text to the right html"

Browse Popular Code Answers by Language