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