常用meta整理

2021-08-16 02:42:46 字數 3149 閱讀 8890

標籤位於文件的頭部,不包含任何內容。標籤的屬性定義了與文件相關聯的名稱/值對。

必要屬性屬性

值描述content

some text

定義與http-equiv或name相關的屬性

可選屬性屬性

值描述http-equiv

content-type/expire/refresh/set-cookie

把content屬性關聯到http頭部

name

author/description/keywords/generator/revised/others

把content屬性關聯到乙個名稱

content

some text

定義用於翻譯content屬性值的格式

name="keywords"

content="your tags" />

name="description"

content="150 words" />

name="robots"

content="index,follow" />

name="author"

content="author name" />

name="google"

content="index,follow" />

name="googlebot"

content="index,follow" />

name="verify"

content="index,follow" />

name="viewport"

content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"/>

width:寬度(數值 / device-width)(範圍從200 到10,000,預設為980 畫素)

height:高度(數值 / device-height)(範圍從223 到10,000)

initial-scale:初始的縮放比例 (範圍從》0 到10)

minimum-scale:允許使用者縮放到的最小比例

maximum-scale:允許使用者縮放到的最大比例

user-scalable:使用者是否可以手動縮 (no,yes)

minimal-ui:可以在頁面載入時最小化上下狀態列。(已棄用)

申明編碼

國內瀏覽器很多都是雙核心(webkit和trident),webkit核心高速瀏覽,ie核心相容網頁和舊版**。而新增meta標籤的**可以控制瀏覽器選擇何種核心渲染

name="renderer"

content="webkit|ie-comp|ie-stand">

國內雙核瀏覽器預設核心模式如下:

搜狗高速瀏覽器、qq瀏覽器:ie核心(相容模式)

360極速瀏覽器、遨遊瀏覽器:webkit核心(極速模式)

禁止瀏覽器從本地計算機的快取中訪問頁面內容

參考:

常用meta整理

必要屬性屬性 值描述content some text 定義與http equiv或name屬性相關的元資訊 可選屬性屬性 值描述http equiv content type expire refresh set cookie 把content屬性關聯到http頭部。name author des...

常用meta整理

必要屬性 屬性值 描述content some text 定義與http equiv或name屬性相關的元資訊 可選屬性 屬性 值描述http equiv content type expire refresh set cookie 把content屬性關聯到http頭部。name author d...

常用meta整理

必要屬性 屬性 值描述content some text 定義與http equiv或name屬性相關的元資訊 可選屬性 屬性 值描述http equiv content type expire refresh set cookie 把content屬性關聯到http頭部。name author d...