ใช้ http- เทียบเท่า เพื่อรับส่วนหัว HTTP สำหรับข้อมูลของแอตทริบิวต์เนื้อหาใน HTML
ตัวอย่าง
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้งาน http - เทียบเท่า แอตทริบิวต์ −
<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>