x
 
<!DOCTYPE html>
<html>
<body>
<form action="action_page.php">
  Telephone:
  <input type="tel" name="usrtel">
  <input type="submit">
</form>
<p><b>注释:</b>Safari 8 及更新版本支持 type="tel"。</p>
</body>
</html>