---
name: "HTML Standards"
description: "Cross-project HTML standards for semantic structure and accessibility."
applyTo: "**/*.html"
---
- Prefer semantic elements over generic wrappers.
- Maintain accessible heading order and labels.
- Keep layouts responsive and avoid inline styling where possible.
- Avoid deprecated or non-semantic patterns.
- Ensure keyboard and screen-reader-friendly markup for interactive elements.