I am currenty validating my website with XHTML strict 1.0 rules of the W3C validator. I need someone to fix the following error: Error Line 95, Column 7: end tag for element "form" which is not open </form> ✉ The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. Code (markup): $5 for a simple and quick job, PM me if interested. Thanks
It's probably because you've never used <form>, while you did use </form>. You can't close a form if you have not opened it. It could also be you accidentally wrote </form> twice instead of once. It would be better if you also supply us with the source code