+ 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 Respuestas
+ 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
}