why "This is also a text" is not in the center ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

why "This is also a text" is not in the center ?

why "This is also a text" is not in the center ? and how to place it in the center? <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> from HTML fundamentals “attributes”

14th Jun 2020, 8:49 PM
Chester
2 Answers
14th Jun 2020, 10:07 PM
Petr
+ 1
Unless you post a link to your code in here, we will never know.
14th Jun 2020, 9:23 PM
Russ
Russ - avatar