0
Not wrk <html> <head> <title>First page</title> </head> <body> <p><centre>The Parvinder's Web</centrer> </body> </html>
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.
+ 2
thanks
+ 1
you spelt 'center' wrong in both tags but its better to use text-align:center in css because this isnt supported in html5