According to W3C. I have the following error.
Line 263, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body>
?
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 236, Column 1: start tag was here
<div id="footer">
Line 263, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body>
?
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 236, Column 1: start tag was here
<div id="footer">