Sử dụng http- Equiv để lấy tiêu đề HTTP cho thông tin của thuộc tính nội dung trong HTML.
Ví dụ
Bạn có thể thử chạy mã sau để triển khai http - Equiv thuộc tính -
<html> <head> <title>HTML http-equiv attribute</title> <meta name = "keywords" content = "HTML, meta tag, metadata" /> <meta name = "description" content = "Description of the document" /> <meta http-equiv = "refresh" content = "10" /> </head> <body style = "background-color:gray"> Document content goes here </body> </html>