Answers for "how to align text in html to right"

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
0

text-align attribute in css

text-align:inherit;
Posted by: Guest on June-02-2020

Browse Popular Code Answers by Language