---
name: html
description: HTML5 markup conventions, semantic elements, accessibility, and ARIA. Use when writing or editing .html files, semantic HTML, accessibility attributes, or HTML structure.
---

# HTML

- Use semantic elements (`<nav>`, `<main>`, `<article>`).
- Include ARIA labels for interactive elements.
- Ensure keyboard navigability.
- Validate with W3C validator.
