Html5 Tel Tag

Html5 input tel is a telephone number type attribute. which can to use for a telephone number user input.The tel type text box does not support strings and you can give numeric type only.

Example Code



<!DOCTYPE HTML>
<input type="tel" name="telephone_number" >

Out Put :

ScreenShot





Content