Align attribute codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Align attribute codes

<html> <head> <title>Attributes</title> </head> <body> <p align="center">This is a text <br /> <hr width="10%" align="right" /> This is also a text. </p> </body> </html>

14th Feb 2017, 12:09 AM
Sahil Gupta
Sahil Gupta - avatar
1 Answer