HTML Meta Tags — a practical guide to HTML meta tags with clear examples you can reuse in real projects.
HTML Tutorial Series (51/79). Prefer one article? Read the complete HTML tutorial.
Short description
Charset, viewport, description, and robots are foundational meta tags.
Common meta
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A short page summary.">