HTML Labels — a practical guide to HTML labels with clear examples you can reuse in real projects.
HTML Tutorial Series (37/79). Prefer one article? Read the complete HTML tutorial.
Short description
Clicking a label focuses its control — better tap targets on mobile.
Label patterns
<label for="email">Email</label>
<input id="email" type="email" name="email">
<label><input type="checkbox" name="tos"> I agree</label>