+ 3
HTML
THE QUESTION IS âALIGN THE TEXT OF THE PARAGRAPH TO THE RIGHT.â THIS IS WHAT I DID. <html> <body align=âcenterâ> <div (IM STUCK HERE) =â(AND HERE)â> <p>This is a line of text</p> </div> </body> </html>
6 Answers
+ 7
thank you RDC, so much
+ 4
Refer this
https://www.sololearn.com/learn/HTML/1029/
+ 2
<div class="text"></div>
0
You need more practice and learn also css
0
Css can help you with position
0
For example
.text {
Float:right
}