<!DOCTYPE html>
<html>
<body>
<form action="/example/html/form_action.aspx">
Telephone:
<input type="tel" name="usrtel">
<input type="submit">
</form>
<p><b>Note:</b> type="tel" is supported only in Safari 8.</p>
</body>
</html>