Bài tập: Vô hiệu hóa thẻ trong form Code: <!DOCTYPE html> <html> <body> <p>Vô hiệu hóa thẻ input dưới đây</p> <form action="/demo/action_page.php"> Tên: <input type="text" name="firstname" value="Nguyen"> <input type="submit" value="Gửi"> </form> </body> </html> Kết quả: