http-equiv 屬性http-equiv="Content-Type"
http-equiv 屬性提供了 content 屬性的資訊/值的 HTTP 頭。
http-equiv 屬性可用於模擬一個 HTTP 響應頭。
值 | 描述 |
---|---|
content-type | 規定文件的字元編碼。 例項: <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
default-style | 規定要使用的預定義的樣式表。 例項: <meta http-equiv="default-style" content="the document's preferred stylesheet"> 註釋:上面 content 屬性的值必須匹配同一文件中的一個 link 元素上的 title 屬性的值,或者必須匹配同一文件中的一個 style 元素上的 title 屬性的值。 |
refresh | 定義文件自動重新整理的時間間隔。 例項: <meta http-equiv="refresh" content="300"> 註釋:值 "refresh" 應該慎重使用,因為它會使得頁面不受使用者控制。在 W3C's Web 內容可訪問性指南 中使用 "refresh" 會到導致失敗。 |
相關文章
- meta標籤的http-equiv與content解析HTTPUI
- CMake 屬性之全域性屬性
- defer 屬性和 async 屬性
- CSS 屬性篇(七):Display屬性CSS
- CMake 屬性之目錄屬性
- CMake 屬性之目標屬性
- Python - 物件導向程式設計 - 公共屬性、保護屬性、私有屬性Python物件程式設計
- CSS字型屬性和文字屬性詳解CSS
- Python 類的屬性與例項屬性Python
- python物件屬性管理(2):property管理屬性Python物件
- 根據屬性字串獲取屬性值字串
- CAD屬性編輯操作——物件屬性教程物件
- cssRules 屬性CSS
- previousElementSibling 屬性
- translucent屬性
- parentRule 屬性
- parentStyleSheet屬性
- cssText 屬性CSS
- Property屬性
- 私有屬性
- background屬性
- allowfullscreen 屬性
- ref屬性
- HTML 屬性HTML
- onreadystatechange 屬性
- DOM屬性
- jQuery 屬性jQuery
- background 屬性
- jQuery設定disabled屬性與移除disabled屬性jQuery
- WPF 之 依賴屬性與附加屬性(五)
- 框架(frameset),全域性屬性框架
- JavaScript cells 屬性JavaScript
- XMLHttpRequest responseText屬性XMLHTTP
- canvas shadowBlur 屬性Canvas
- canvas shadowColor 屬性Canvas
- JavaScript rows 屬性JavaScript
- JavaScript nodeName 屬性JavaScript
- HTML id 屬性HTML