- 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>
6 odpowiedzi
+ 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>
0
in css use
text-align: right
0
can someone help me <div_>=" ">
0
align , right
0
align="right"
0
<html>
<body align="center">
<div align="right">
<p>This is a line of text</p>
</div>
</body>
</html>