Bài tập: Thay đổi kích thước thẻ input Code: <!DOCTYPE html> <html> <body> <p>Thay đổi chiều dài của thẻ input thành 40 ký tự</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ả: