使用 http-equiv屬性取得 HTML 中內容屬性資訊的 HTTP 標頭。
範例您可以嘗試執行以下程式碼來實作http-equiv em> 屬性-
<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>
以上是取得HTML中內容屬性的HTTP頭訊息的詳細內容。更多資訊請關注PHP中文網其他相關文章!