HTML Email and URL Inputs — a practical guide to HTML email URL inputs with clear examples you can reuse in real projects.
HTML Tutorial Series (34/79). Prefer one article? Read the complete HTML tutorial.
Short description
Browsers provide format checks; still sanitize server-side.
Email & URL
<input type="email" name="email" autocomplete="email" required>
<input type="url" name="website" placeholder="https://">