Ví dụ input email Code: <!DOCTYPE html> <html> <body> <form action="/demo/action_page.php"> Nhập E-mail: <input type="email" name="email"> <input type="submit" value="Gửi"> </form> <p> <b>Lưu ý:</b>type="email" không được hỗ trợ trong trình duyệt Internet Explorer 9 (cùng các phiên bản trước đó) và Safari.</p> </body> </html> Kết quả: