how to align the text of paragraph to the right? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

how to align the text of paragraph to the right?

<html> <body align="center"> <div _="_"> <p>This is a line of text</p> </div> </body> </html>

1st Jun 2020, 12:54 PM
Yamo
Yamo - avatar
6 Answers
+ 1
0 how to align the text of paragraph to the right? <html> <body align="center"> <div align="right"> <p>This is a line of text</p> </div> </body> </html>
29th Nov 2020, 10:42 PM
Ikechukwu Mabel Precious
Ikechukwu Mabel Precious - avatar
0
in css use text-align: right
1st Jun 2020, 1:04 PM
Taste
Taste - avatar
0
can someone help me <div_>=" ">
2nd Aug 2020, 8:54 AM
Tapfumaneyi D Mazivanhanga
Tapfumaneyi  D Mazivanhanga - avatar
0
align , right
6th Nov 2020, 9:01 AM
saikishore
0
align="right"
31st May 2022, 7:20 AM
Aminu Muhammed Mustapha
0
<html> <body align="center"> <div align="right"> <p>This is a line of text</p> </div> </body> </html>
29th Jul 2022, 9:02 AM
Bikila Oljira