Email, telephone, and URL <input> types
Widely available
The <input type="email">
, <input type="tel">
, and <input type="url">
HTML elements represent email address, telephone number, and URL fields in a form.
To learn more, see
<input type="email">,
<input type="tel">,
<input type="url"> at MDN.
Compatibility (view on caniuse.com)
- Chrome 5 Released on 2010-05-25
- Chrome Android 18 Released on 2012-06-27
- Edge 12 Released on 2015-07-29
- Firefox 4 Released on 2011-03-22
- Firefox for Android 4 Released on 2011-03-29
- Safari 5 Released on 2010-06-07
- Safari on iOS 3 Released on 2009-06-17
Specifications
- HTML Standard (#email-state-(type=email)), from HTML Workstream (WHATWG).
- HTML Standard (#telephone-state-(type=tel)), from HTML Workstream (WHATWG).
- HTML Standard (#url-state-(type=url)), from HTML Workstream (WHATWG).