HTML Attributes — a practical guide to HTML attributes with clear examples you can reuse in real projects.
HTML Tutorial Series (9/79). Prefer one article? Read the complete HTML tutorial.
Short description
Boolean attributes (e.g. `required`, `disabled`) can be written without values in HTML.
Attributes
<a id="docs" class="btn" href="/docs" target="_blank" rel="noopener">Docs</a>