---
name: html-markup
description: Write semantic, accessible HTML5 markup following best practices for structure, SEO, and accessibility. Use when creating HTML templates, fixing markup issues, or building web page structures.
---
# HTML Markup Skill
## Instructions
When writing HTML:
### 1. Document Structure
```html
Page Title | Brand
```
### 2. Semantic Elements
```html