Hi, I am on the way of validating my page for W3C. I am getting certain errors. Can anyone help in fixing it. 1. I've a center tag on top of the page which i am closing at the end. But it says its an error. The error is "XML Parsing Error: Opening and ending tag mismatch: body line 27 and center." 2. The same way its coming for </body> and </html>
Did you put <center> tag before the <html> tag? Center tag must be within body tag <body><center>....</center></body>. Also if you using table you don't need center tag. Just use <table align=center>