html頭部meta屬性大全——各種奇葩屬性設(shè)置大歸類-創(chuàng)新互聯(lián)

常用通用屬性:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

創(chuàng)新互聯(lián)網(wǎng)站建設(shè)公司是一家服務(wù)多年做網(wǎng)站建設(shè)策劃設(shè)計(jì)制作的公司,為廣大用戶提供了網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站設(shè)計(jì),成都網(wǎng)站設(shè)計(jì),廣告投放平臺(tái),成都做網(wǎng)站選創(chuàng)新互聯(lián),貼合企業(yè)需求,高性價(jià)比,滿足客戶不同層次的需求一站式服務(wù)歡迎致電。

<!--設(shè)置屏幕縮放-->

<link rel="dns-prefetch" href="//www.zhoulujun.cn">

<!--設(shè)置dns緩存-->

<meta name="applicable-device" content="pc,mobile">

<!--設(shè)置支持終端-->

網(wǎng)頁相關(guān)信息設(shè)置

<meta name="keywords" content="周陸軍“/>

<!--設(shè)置網(wǎng)頁關(guān)鍵詞,SEO-->

<meta name="description" content="周陸軍網(wǎng)站"/>

<!--設(shè)置網(wǎng)頁內(nèi)容描述,SEO-->

<meta name="author" content="周陸軍"/>

<!--設(shè)置網(wǎng)頁作者-->

<meta name="generator"content="信息參數(shù)"/>

<!--說明網(wǎng)站的采用的什么軟件制作-->

<meta name='Copyright' content='zhoulujun'>

<!--說明網(wǎng)站版權(quán)信息-->

<meta name="revisit-after" content="7days"'>

<!--revisit-after代表網(wǎng)站重訪,7days代表7天,依此類推。-->

http-equiv屬性

<meta http-equiv="expires"content="Fri,12Jan200118:18:18GMT">

<!--可以用于設(shè)定網(wǎng)頁的到期時(shí)間。一旦網(wǎng)頁過期,必須到服務(wù)器上重新傳輸。-->

<meta http-equiv="Pragma"content="no-cache">

<!--禁止瀏覽器從本地計(jì)算機(jī)的緩存中訪問頁面內(nèi)容。-->

<meta http-equiv="Refresh"content="2;URL=http://www.haorooms.com">

<!--自動(dòng)刷新并指向新頁面。其中的2是指停留2秒鐘后自動(dòng)刷新到URL網(wǎng)址。-->

<meta http-equiv="Set-Cookie"content="cookie value=xxx;expires=Friday,12-Jan-200118:18:18GMT;path=/">

<!--如果網(wǎng)頁過期,那么存盤的cookie將被刪除。注意:必須使用GMT的時(shí)間格式。-->

<meta http-equiv="content-Type"content="text/html;charset=gb2312">

<!--設(shè)定頁面使用的字符集。-->

<meta http-equiv="Content-Language"content="zh-cn"/>

<!--設(shè)定顯示語言-->

<Meta http-equiv="Content-Script-Type"Content="text/javascript">

<!--指明頁面中腳本的類型-->


IOS的頭部設(shè)置

<meta name="apple-mobile-web-app-title" content="標(biāo)題">

<!-- 添加到主屏后的標(biāo)題(iOS 6 新增) -->

<meta name="apple-mobile-web-app-capable" content="yes"/>

<!-- 是否啟用 WebApp 全屏模式,刪除蘋果默認(rèn)的工具欄和菜單欄 -->

<meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">

<!-- 添加智能 App 廣告條 Smart App Banner(iOS 6+ Safari) -->

<meta name="apple-mobile-web-app-status-bar-style" content="black"/>

<!-- 設(shè)置蘋果工具欄顏色 -->

iOS 圖標(biāo)設(shè)置

<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-57x57-precomposed.png"/>

<!-- iPhone 和 iTouch,默認(rèn) 57x57 像素,必須有 -->

<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png"/>

<!-- Retina iPhone 和 Retina iTouch,114x114 像素,可以沒有,但推薦有 -->

<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144x144-precomposed.png"/>

<!-- Retina iPad,144x144 像素,可以沒有,但推薦有 -->

iOS 啟動(dòng)畫面

<link rel="apple-touch-startup-image" sizes="768x1004" href="/splash-screen-768x1004.png"/>

<!-- iPad 豎屏 768 x 1004(標(biāo)準(zhǔn)分辨率) -->

<link rel="apple-touch-startup-image" sizes="1536x2008" href="/splash-screen-1536x2008.png"/>

<!-- iPad 豎屏 1536x2008(Retina) -->

<link rel="apple-touch-startup-image" sizes="1024x748" href="/Default-Portrait-1024x748.png"/>

<!-- iPad 橫屏 1024x748(標(biāo)準(zhǔn)分辨率) -->

<link rel="apple-touch-startup-image" sizes="2048x1496" href="/splash-screen-2048x1496.png"/>

<!-- iPad 橫屏 2048x1496(Retina) -->

<link rel="apple-touch-startup-image" href="/splash-screen-320x480.png"/>

<!-- iPhone/iPod Touch 豎屏 320x480 (標(biāo)準(zhǔn)分辨率) -->

<link rel="apple-touch-startup-image" sizes="640x960" href="/splash-screen-640x960.png"/>

<!-- iPhone/iPod Touch 豎屏 640x960 (Retina) -->

<link rel="apple-touch-startup-image" sizes="640x1136" href="/splash-screen-640x1136.png"/>

<!-- iPhone 5/iPod Touch 5 豎屏 640x1136 (Retina) -->

一些特殊瀏覽器的設(shè)置:

QQ瀏覽器相關(guān)設(shè)置:

<meta name="x5-orientation" content="portrait">

<!-- QQ強(qiáng)制豎屏 -->

<meta name="x5-fullscreen" content="true">

<!-- QQ強(qiáng)制全屏 -->

<meta name="x5-page-mode" content="app">

<!-- QQ應(yīng)用模式 -->

UC瀏覽器相關(guān)設(shè)置:

<!-- UC強(qiáng)制豎屏 -->

<meta name="screen-orientation" content="portrait">

<!-- UC強(qiáng)制全屏 -->

<meta name="full-screen" content="yes">

<!-- UC應(yīng)用模式 -->

<meta name="browsermode" content="application">

360瀏覽器:

<meta name="renderer" content="webkit">

<!-- 啟用360瀏覽器的極速模式(webkit) -->

windows相關(guān)設(shè)備:

<meta name="msapplication-tap-highlight" content="no">

<!-- windows phone 點(diǎn)擊無高光 -->

<meta name="msapplication-TileColor" content="#000"/>

<!-- Windows 8 磁貼顏色 -->

<meta name="msapplication-TileImage" content="icon.png"/>

<!-- Windows 8 磁貼圖標(biāo) -->

<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml"/>

<!-- 添加 RSS 訂閱 -->

<link rel="shortcut icon" type="image/ico" href="/favicon.ico"/>

<!-- 添加 favicon icon -->

其他設(shè)備設(shè)置:

<meta name="HandheldFriendly" content="true">

<!-- 針對(duì)手持設(shè)備優(yōu)化,主要是針對(duì)一些老的不識(shí)別viewport的瀏覽器,比如黑莓 -->

最后講講常用的老瀏覽器霸主IE

<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">

<!-- 避免IE使用兼容模式 -->

X-UA-Compatible是神馬?

X-UA-Compatible是IE8的一個(gè)專有<meta>屬性,它告訴IE8采用何種IE版本去渲染網(wǎng)頁,在html的<head>標(biāo)簽中使用??梢栽谖④浌俜轿臋n獲取更多介紹。

為什么要用X-UA-Compatible?

在IE8剛推出的時(shí)候,很多網(wǎng)頁由于重構(gòu)的問題,無法適應(yīng)較高級(jí)的瀏覽器,所以使用X-UA-Compatible標(biāo)簽強(qiáng)制IE8采用低版本方式渲染。

使用下面這段代碼后,開發(fā)者無需考慮網(wǎng)頁是否兼容IE8瀏覽器,只要確保網(wǎng)頁在IE6、IE7下的表現(xiàn)就可以了。

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

使用下面這段代碼使用的是Edge 。模式Edge 模式告訴 IE 以最高級(jí)模式渲染文檔,也就是任何 IE 版本都以當(dāng)前版本所支持的最高級(jí)標(biāo)準(zhǔn)模式渲染,避免版本升級(jí)造成的影響。簡單的說,就是什么版本 IE     就用什么版本的標(biāo)準(zhǔn)模式渲染。

<meta http-equiv="X-UA-Compatible" content="IE=edge">

使用以下代碼強(qiáng)制 IE 使用 Chrome Frame 渲染

<meta http-equiv="X-UA-Compatible" content="chrome=1">

最佳的兼容模式方案:

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

ps:為防止失效,X-UA-Compatible最好緊跟在head之后,之前不要有任何不標(biāo)準(zhǔn)的標(biāo)簽。

下面是配置大全

<link rel="dns-prefetch" href="//www.zhoulujun.cn">
<!--設(shè)置dns緩存-->
<meta name="applicable-device" content="pc,mobile">
<!--設(shè)置支持終端-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!--設(shè)置屏幕縮放-->
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
<!--設(shè)定頁面使用的字符集。-->
<meta http-equiv="Content-Language" content="zh-cn"/>
<!--設(shè)定顯示語言-->



<meta name="keywords" content="周陸軍"/>
<!--設(shè)置網(wǎng)頁關(guān)鍵詞,SEO-->
<meta name="description" content="周陸軍網(wǎng)站"/>
<!--設(shè)置網(wǎng)頁內(nèi)容描述,SEO-->
<meta name="author" content="周陸軍"/>
<!--設(shè)置網(wǎng)頁作者-->
<meta name="generator" content="intellij"/>
<!--說明網(wǎng)站的采用的什么軟件制作-->
<meta name='Copyright' content='zhoulujun'>
<!--說明網(wǎng)站版權(quán)信息-->


<meta name="apple-mobile-web-app-title" content="周陸軍的個(gè)人網(wǎng)站">
<!-- 添加到主屏后的標(biāo)題(iOS 6 新增) -->
<meta name="apple-mobile-web-app-capable" content="yes"/>
<!-- 是否啟用 WebApp 全屏模式,刪除蘋果默認(rèn)的工具欄和菜單欄 -->
<meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=http://www.zhoulujun.cn">
<!-- 添加智能 App 廣告條 Smart App Banner(iOS 6+ Safari) -->
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<!-- 設(shè)置蘋果工具欄顏色 -->


<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-57x57-precomposed.png"/>
<!-- iPhone 和 iTouch,默認(rèn) 57x57 像素,必須有 -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png"/>
<!-- Retina iPhone 和 Retina iTouch,114x114 像素,可以沒有,但推薦有 -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144x144-precomposed.png"/>
<!-- Retina iPad,144x144 像素,可以沒有,但推薦有 -->






<meta name="x5-orientation" content="portrait">
<!-- QQ強(qiáng)制豎屏 -->
<meta name="x5-fullscreen" content="true">
<!-- QQ強(qiáng)制全屏 -->
<meta name="x5-page-mode" content="app">
<!-- QQ應(yīng)用模式 -->


<!-- UC強(qiáng)制豎屏 -->
<meta name="screen-orientation" content="portrait">
<!-- UC強(qiáng)制全屏 -->
<meta name="full-screen" content="yes">
<!-- UC應(yīng)用模式 -->
<meta name="browsermode" content="application">

<meta name="renderer" content="webkit">
<!-- 啟用360瀏覽器的極速模式(webkit) -->


<meta name="msapplication-tap-highlight" content="no">
<!-- windows phone 點(diǎn)擊無高光 -->
<meta name="msapplication-TileColor" content="#000"/>
<!-- Windows 8 磁貼顏色 -->
<meta name="msapplication-TileImage" content="icon.png"/>
<!-- Windows 8 磁貼圖標(biāo) -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml"/>
<!-- 添加 RSS 訂閱 -->
<link rel="shortcut icon" type="image/ico" href="/favicon.ico"/>
<!-- 添加 favicon icon -->


<meta name="HandheldFriendly" content="true">
<!-- 針對(duì)手持設(shè)備優(yōu)化,主要是針對(duì)一些老的不識(shí)別viewport的瀏覽器,比如黑莓 -->

參考文章:   http://www.bubblypoker.com/2016/11/07/h6%E5%A4%B4%E9%83%A8meta%E6%95%B4%E7%90%86/

http://www.cnblogs.com/nidilzhang/archive/2010/01/09/1642887.html

http://www.cnblogs.com/chendc/p/5423337.html

轉(zhuǎn)載請(qǐng)注明文章出處:html頭部meta屬性大全--各種奇葩屬性設(shè)置大歸類 - html5 - 周陸軍的個(gè)人網(wǎng)站

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。

當(dāng)前題目:html頭部meta屬性大全——各種奇葩屬性設(shè)置大歸類-創(chuàng)新互聯(lián)
鏈接分享:http://muchs.cn/article38/idppp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)網(wǎng)站制作、商城網(wǎng)站用戶體驗(yàn)、Google、App開發(fā)、響應(yīng)式網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

營銷型網(wǎng)站建設(shè)