Forum
What does this mean?
Hi,
trying to 'validate' my website and this keeps cropping up. can anyone explain what it means?
Line 50, 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 ">".
Any help would be great
Thanks
trying to 'validate' my website and this keeps cropping up. can anyone explain what it means?
Line 50, 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 ">".
Any help would be great
Thanks
-
Check if all of your tags are closed properly you probably did not close one of your div tags.John83, post: 17361 a écrit : Hi,
trying to 'validate' my website and this keeps cropping up. can anyone explain what it means?
Line 50, 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 ">".
Any help would be great
Thanks