HTML parses without errors
Why it matters
Browsers repair broken markup silently, and each one repairs it slightly differently. Unclosed and misnested tags are where a layout that works in one browser collapses in another.
How to fix it
Fix the reported positions: usually an unclosed tag, a stray closing tag, or an attribute missing its quote.
Check a page for this