Hi get this error, I am not able to understand, as I am not a designer. Can someone help me to get this corrected….. Error Line 6 column 52: end tag for "meta" omitted, but OMITTAG NO was specified. <meta name="Classification" content="London Hotels"> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". Info Line 6 column 0: start tag was here. <meta name="Classification" content="London Hotels"> Info Line 7 column 0: start tag was here. <meta name="SEARCH" Error Line 64 column 40: there is no attribute "bordercolor". <td width="407" bordercolor="#000000" bgcolor="#000000"> Thank You
I would not worry about W3C Validation. Try and validate many of the worlds top sites and they are all full of errors apparently. Try google.com or bbc.com and you will see plenty of errors!
Try to change those : <meta name="Classification" content="London Hotels" /> PHP: <td width="407" style="border-color:black;background-color:black;"> PHP:
True, and with browsers that work very hard to understand the markup, even with syntax errors, it will probably render ok, mostly. If, on the hand hand, you prefer to use proper grammar and not sound like a hick when you talk, and you prefer to use proper markup syntax and not look like a hick coder, you will verify that your markup is correct. Looking to the future, xml and xhtml+xml enabled browsers are and will be fault intolerant. Even the slightest syntax error causes the whole page to fail. It might be a Good Thing to get into the habit of using proper syntax in your markup. cheers, gary