How To Web Design & Dev Using <input type="tel"> Share Pin Email Print Web Design & Dev Basics HTML CSS by Jennifer Kyrnin Updated January 17, 2018 INPUT Telephone Description:The telephone INPUT tag allows you to request telephone numbers in your HTML forms.DTD: HTML5:INPUT Telephone Web Browser Support:At this time, there are no browsers that really support the input type telephone tag. However, they display a text box. You can still use this input type to collect phone numbers and just use a script to validate the phone number.HTML VersionsHTML 5 INPUT Telephone Attributes:Global attributes, event attributes, and the input tag attributes. Plus:autocompletelistmaxlengthpatternplaceholderreadonlyrequiredsizeselectedOptionselect()selectionStartselectionEndsetSelectionRange()INPUT Telephone Usage:Standard telephone input tag See an example of a standard telephone input tag.INPUT Telephone Special Notes:In one sense all browsers support the input type telephone tag because they all display it as a text field. The HTML 5 specification does not require that browsers enforce any specific telephone number syntax or display the field in any particular way. Plus, mobile browsers like the iPhone and iPad will display the number keypad to enter this form data rather than the alphabet keyboard.More INPUT Telephone Information:How to Use the Input TagHow to Use the Submit Form Tag Was this page helpful? Thanks for letting us know! Share Pin Email Tell us why! Other Not enough details Hard to understand Submit Continue Reading