tel input in html code example
Example 1: input type tel
<input type="tel"></input>
Example 2: input telefono html
<form name="ejemplo1" action="15-html5-tel-input-demo2.php" method="POST">
Introduce tu TELEFONO con los 9 dígitos: <input type="tel" name="telefono" pattern="[0-9]{9}">
<input type="submit" value="Enviar">
</form>