Not wrk <html> <head> <title>First page</title> </head> <body> <p><centre>The Parvinder's Web</centrer> </body> </html> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Not wrk <html> <head> <title>First page</title> </head> <body> <p><centre>The Parvinder's Web</centrer> </body> </html>

https://code.sololearn.com/WsBzFbQbZdSa/?ref=app

9th Sep 2017, 1:07 AM
Parvinder Singh
Parvinder Singh - avatar
3 Answers
+ 4
fixed <html> <head> <title>First page</title> </head> <body> <p><center>The Parvinder's Web</center> </body> </html> center and centre is same, but in html it different.
9th Sep 2017, 1:21 AM
Amethyst Animion
Amethyst Animion - avatar
+ 2
thanks
9th Sep 2017, 1:11 AM
Parvinder Singh
Parvinder Singh - avatar
+ 1
you spelt 'center' wrong in both tags but its better to use text-align:center in css because this isnt supported in html5
9th Sep 2017, 1:10 AM
Enzo
Enzo - avatar