# Semantic HTML

Use this skill to expose page structure through semantic HTML and accessible controls.

## Acceptance Criteria

- Use landmarks such as `main`, `nav`, `header`, and `footer` where appropriate.
- Include one meaningful `h1` and a logical heading hierarchy.
- Give links, buttons, and informative images accessible names or alt text.
