input tel ter apenas números html code example
Example 1: html telephone
<a href="tel:0612345678">Call me!</a>
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>