Ví dụ về thẻ meta Code: <!DOCTYPE html> <html> <meta name="description" content="Tự học lập trình web với HTML và CSS"> <meta name="keywords" content="HTML,CSS,XML,JavaScript"> <meta name="author" content="WebVN"> <meta charset="UTF-8"> <body> <p>Các thẻ meta được dùng đằng trước thẻ body.</p> </body> </html> Kết quả: