Ví dụ input tel Code: <!DOCTYPE html> <html> <body> <form action="/demo/action_page.php"> Số điện thoại: <input type="tel" name="usrtel"> <input type="submit" value="Gửi"> </form> <p><b>Lưu ý:</b> type="tel" chỉ được hỗ trợ trên trình duyệt Safari 8.</p> </body> </html> Kết quả: