ZemDomu is a lightweight VS Code extension that helps you write semantic HTML by catching structural issues in real-time. It focuses on accessibility, SEO, and clean markup—without getting in the way.
✨ Features
🟢 Warns when <li> is not inside <ul> or <ol>
🔵 Ensures correct heading order (<h1> → <h2> → <h3>…)
🟠 Flags missing alt attributes on <img>
🔴 Detects form fields missing aria-label or <label for="">
⚠️ Highlights empty <strong>, <em>, and similar tags