사용 http- 동등 HTML의 콘텐츠 속성 정보에 대한 HTTP 헤더를 가져오는 속성입니다.
예시
다음 코드를 실행하여 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>