Bài tập: Gợi ý người dùng nhập liệu Code: <!DOCTYPE html> <html> <body> <p>Gợi ý người dùng phải nhập "Tên" vào thẻ input dưới đây</p> <form action="/demo/action_page.php"> <input type="text" name="fname"> <input type="submit" value="Gửi"> </form> </body> </html> Kết quả: