首頁  >  文章  >  web前端  >  取得HTML中內容屬性的HTTP頭訊息

取得HTML中內容屬性的HTTP頭訊息

PHPz
PHPz轉載
2023-09-01 19:49:02916瀏覽

取得HTML中內容屬性的HTTP頭訊息

使用 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中文網其他相關文章!

陳述:
本文轉載於:tutorialspoint.com。如有侵權,請聯絡admin@php.cn刪除