常用的meta標籤整理

2021-07-04 09:47:04 字數 3468 閱讀 3404

必要屬性

屬性值描述

content

some text

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

可選屬性

屬性值描述

把content屬性關聯到http頭部。

name

author / description / keywords / generator / revised / others

把 content 屬性關聯到乙個名稱。

content

some text

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

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:可以在頁面載入時最小化上下狀態列。(已棄用)

注意,很多人使用initial-scale=1到非響應式**上,這會讓**以100%寬度渲染,使用者需要手動移動頁面或者縮放。如果和initial-scale=1同時使用user-scalable=no或maximum-scale=1,則使用者將不能放大/縮小網頁來看到全部的內容。

content="yes" />

content="black-translucent" />

content="標題">

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

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

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

其他參考文件

complete list of html meta tags

w3c meta tags

metatages in html5

mdn meta tags

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屬性相關的元資訊 一 n ame屬 性 color 一 name 屬性name屬性主要用於描述網頁,與之對應的屬性值為content,content中的內容主要是便於搜尋引擎機械人查詢資訊和分類資訊用的...

常用meta整理

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