Bài tập: Thiết lập giá trị cho thẻ input Code: <!DOCTYPE html> <html> <body> <p>Thiết lập giá trị ban đầu cho thẻ input dưới đây là "Nguyen"</p> <form action="/demo/action_page.php"> Tên: <input type="text" name="firstname"> <input type="submit" value="Gửi"> </form> </body> </html> Kết quả: