Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
HTML

HTML Labels

Associate labels with controls for usability and accessibility.

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>

Leave a reply

Your email address will not be published. Required fields are marked *