HTML unclosed tag
An HTML tag was opened but not closed, or closed in the wrong order.
Common causes
- Missing closing tag (e.g. </div>).
- Nested tags closed in wrong order.
How to fix
- Add the missing closing tag.
- Ensure tags are closed in reverse order of opening.
Use our tool
Validate HTML