+ 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”
2 odpowiedzi
+ 3
Chester do you expect such result ?
https://code.sololearn.com/W30e1xcHN4wT/?ref=app
+ 1
Unless you post a link to your code in here, we will never know.