0

Html attribututes

in the course part 3/4 The Align Attribute there's a code. <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> and the "try it yourself" shows an unexpected end tag (p) and ignores it. why is this? Is this how it shows that it's not supported in HTML 5?

22nd Oct 2018, 3:53 PM
Jeroen Mostmans
Jeroen Mostmans - avatar
1 Answer
+ 1
https://www.sololearn.com/learn/CSS/1079/ talking about this? works perfectly for me😯 may be your device is too old?
22nd Oct 2018, 6:37 PM
Roneel
Roneel - avatar