html头部meta属性大全——各种奇葩属性设置大归类

常用通用属性:

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

<!--设置屏幕缩放-->

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

<!--设置dns缓存-->

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

<!--设置支持终端-->

网页相关信息设置

<meta name="keywords" content="周陆军“/>

<!--设置网页关键词,SEO-->

<meta name="description" content="周陆军网站"/>

<!--设置网页内容描述,SEO-->

<meta name="author" content="周陆军"/>

<!--设置网页作者-->

<meta name="generator"content="信息参数"/>

<!--说明网站的采用的什么软件制作-->

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

<!--说明网站版权信息-->

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

<!--revisit-after代表网站重访,7days代表7天,依此类推。-->

http-equiv属性

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

<!--可以用于设定网页的到期时间。一旦网页过期,必须到服务器上重新传输。-->

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

<!--禁止浏览器从本地计算机的缓存中访问页面内容。-->

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

<!--自动刷新并指向新页面。其中的2是指停留2秒钟后自动刷新到URL网址。-->

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

<!--如果网页过期,那么存盘的cookie将被删除。注意:必须使用GMT的时间格式。-->

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

<!--设定页面使用的字符集。-->

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

<!--设定显示语言-->

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

<!--指明页面中脚本的类型-->

IOS的头部设置

<meta name="apple-mobile-web-app-title" content="标题">

<!-- 添加到主屏后的标题(iOS 6 新增) -->

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

<!-- 是否启用 WebApp 全屏模式,删除苹果默认的工具栏和菜单栏 -->

<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"/>

<!-- 设置苹果工具栏颜色 -->

iOS 图标设置

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

<!-- iPhone 和 iTouch,默认 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 启动画面

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

<!-- iPad 竖屏 768 x 1004(标准分辨率) -->

<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(标准分辨率) -->

<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 (标准分辨率) -->

<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) -->

一些特殊浏览器的设置:

QQ浏览器相关设置:

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

<!-- QQ强制竖屏 -->

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

<!-- QQ强制全屏 -->

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

<!-- QQ应用模式 -->

UC浏览器相关设置:

<!-- UC强制竖屏 -->

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

<!-- UC强制全屏 -->

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

<!-- UC应用模式 -->

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

360浏览器:

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

<!-- 启用360浏览器的极速模式(webkit) -->

windows相关设备:

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

<!-- windows phone 点击无高光 -->

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

<!-- Windows 8 磁贴颜色 -->

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

<!-- Windows 8 磁贴图标 -->

<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">

<!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 -->

最后讲讲常用的老浏览器霸主IE

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

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

X-UA-Compatible是神马?

X-UA-Compatible是IE8的一个专有<meta>属性,它告诉IE8采用何种IE版本去渲染网页,在html的<head>标签中使用。可以在微软官方文档获取更多介绍。

为什么要用X-UA-Compatible?

在IE8刚推出的时候,很多网页由于重构的问题,无法适应较高级的浏览器,所以使用X-UA-Compatible标签强制IE8采用低版本方式渲染。

使用下面这段代码后,开发者无需考虑网页是否兼容IE8浏览器,只要确保网页在IE6、IE7下的表现就可以了。

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

使用下面这段代码使用的是Edge 。模式Edge 模式告诉 IE 以最高级模式渲染文档,也就是任何 IE 版本都以当前版本所支持的最高级标准模式渲染,避免版本升级造成的影响。简单的说,就是什么版本 IE        就用什么版本的标准模式渲染。

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

使用以下代码强制 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之后,之前不要有任何不标准的标签。

下面是配置大全

<link rel="dns-prefetch" href="//www.zhoulujun.cn">
<!--设置dns缓存-->
<meta name="applicable-device" content="pc,mobile">
<!--设置支持终端-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!--设置屏幕缩放-->
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
<!--设定页面使用的字符集。-->
<meta http-equiv="Content-Language" content="zh-cn"/>
<!--设定显示语言-->

<meta name="keywords" content="周陆军"/>
<!--设置网页关键词,SEO-->
<meta name="description" content="周陆军网站"/>
<!--设置网页内容描述,SEO-->
<meta name="author" content="周陆军"/>
<!--设置网页作者-->
<meta name="generator" content="intellij"/>
<!--说明网站的采用的什么软件制作-->
<meta name='Copyright' content='zhoulujun'>
<!--说明网站版权信息-->

<meta name="apple-mobile-web-app-title" content="周陆军的个人网站">
<!-- 添加到主屏后的标题(iOS 6 新增) -->
<meta name="apple-mobile-web-app-capable" content="yes"/>
<!-- 是否启用 WebApp 全屏模式,删除苹果默认的工具栏和菜单栏 -->
<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"/>
<!-- 设置苹果工具栏颜色 -->

<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-57x57-precomposed.png"/>
<!-- iPhone 和 iTouch,默认 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强制竖屏 -->
<meta name="x5-fullscreen" content="true">
<!-- QQ强制全屏 -->
<meta name="x5-page-mode" content="app">
<!-- QQ应用模式 -->

<!-- UC强制竖屏 -->
<meta name="screen-orientation" content="portrait">
<!-- UC强制全屏 -->
<meta name="full-screen" content="yes">
<!-- UC应用模式 -->
<meta name="browsermode" content="application">

<meta name="renderer" content="webkit">
<!-- 启用360浏览器的极速模式(webkit) -->

<meta name="msapplication-tap-highlight" content="no">
<!-- windows phone 点击无高光 -->
<meta name="msapplication-TileColor" content="#000"/>
<!-- Windows 8 磁贴颜色 -->
<meta name="msapplication-TileImage" content="icon.png"/>
<!-- Windows 8 磁贴图标 -->
<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">
<!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 -->

参考文章:    http://www.bubblypoker.com/2016/11/07/h5%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

转载请注明文章出处:html头部meta属性大全--各种奇葩属性设置大归类 - html5 - 周陆军的个人网站

原文地址:http://blog.51cto.com/zhoulujun/2087527

时间: 2024-10-03 14:56:12

html头部meta属性大全——各种奇葩属性设置大归类的相关文章

DIV属性大全_HTML5新增属性

div id:属性标记元素的唯一对象. div class:属性设置元素一个或多个类名称. div align:属性设定元素中的内容进行水平对齐方式,例如(div align="center")表示 div 中的内容居中对齐. div style:为该元素设置内嵌样式,如(div style="color:red")则表示设置 div 里所包含的字体为红色. div title:属性设置对象的咨询信息,当鼠标移上该元素时,会显示一段文本信息用于提示. div dir

Android(java)学习笔记88:TextView属性大全

TextView属性大全: android:autoLink    设置是否当文本为URL链接/email/电话号码/map时,文本显示为可点击的链接.可选值(none/web/email/phone/map/all) android:autoText    如果设置,将自动执行输入值的拼写纠正.此处无效果,在显示输入法并输入的时候起作用. android:bufferType    指定getText()方式取得的文本类别.选项editable 类似于StringBuilder可追加字符,也就

Android:layout属性大全

Android layout属性大全 第一类:属性值 true或者 false android:layout_centerHrizontal 水平居中android:layout_centerVertical 垂直居中android:layout_centerInparent 相对于父元素完全居中android:layout_alignParentBottom 贴紧父元素的下边缘android:layout_alignParentLeft 贴紧父元素的左边缘android:layout_alig

关于meta标签中的http-equiv属性使用介绍

meta是html语言head区的一个辅助性标签.也许你认为这些代码可有可无.其实如果你能够用好meta标签,会给你带来意想不到的效果,meta标签的作用有:搜索引擎优化(SEO),定义页面使用语言,自动刷新并指向新的页面,实现网页转换时的动态效果,控制页面缓冲,网页定级评价,控制网页显示的窗口等! meta标签的组成:meta标签共有两个属性,它们分别是http-equiv属性和name属性,不同的属性又有不同的参数值,这些不同的参数值就实现了不同的网页功能. 1.name属性 name属性主

meta标签中的http-equiv属性使用介绍

meta是html语言head区的一个辅助性标签;meta标签的作用有:搜索引擎优化(SEO),定义页面使用语言等等 meta是html语言head区的一个辅助性标签.也许你认为这些代码可有可无.其实如果你能够用好meta标签,会给你带来意想不到的效果, meta标签的作用有:搜索引擎优化(SEO),定义页面使用语言,自动刷新并指向新的页面,实现网页转换时的动态效果,控制页面缓冲,网页定级评价,控制网页显示的窗口等! meta标签的组成:meta标签共有两个属性,它们分别是http-equiv属

css属性大全

SS 属性大全文字属性「字体族科」(font-family),设定时,需考虑浏览器中有无该字体.「字体大小」(font-size),注意度量单位.<绝对大小>|<相对大小>|<长度>|<百分比>(一般设置双数)「字体加粗」(font-weight),除了 normal(正常).bold(粗体).bolder(特粗).lighter(细体)外,还有9种以像素为度量为单位的设置方式(100,200,300,400,500,600,700,800,900).「字体

meta标签中的http-equiv属性使用介绍(转载)

meta是html语言head区的一个辅助性标签.也许你认为这些代码可有可无.其实如果你能够用好meta标签,会给你带来意想不到的效果,meta标签的作用有:搜索引擎优化(SEO),定义页面使用语言,自动刷新并指向新的页面,实现网页转换时的动态效果,控制页面缓冲,网页定级评价,控制网页显示的窗口等! meta标签的组成:meta标签共有两个属性,它们分别是http-equiv属性和name属性,不同的属性又有不同的参数值,这些不同的参数值就实现了不同的网页功能. 1.name属性 name属性主

CSS 属性大全

1. 文字属性 「字体族科」(font-family),设定时,需考虑浏览器中有无该字体.  「字体大小」(font-size),注意度量单位.<绝对大小>|<相对大小>|<长度>|<百分比>(一般设置双数)  「字体加粗」(font-weight),除了 normal(正常).bold(粗体).bolder(特粗).lighter(细体)外,还有9种以像素为度量为单位的设置方式(100,200,300,400,500,600,700,800,900). 

android 布局属性大全---初学者必备

Android功能强大,界面华丽,但是众多的布局属性就害苦了开发者,下面这篇文章结合了网上不少资料,花费本人一个下午搞出来的,希望对其他人有用. 第一类:属性值为true或false android:layout_centerHrizontal 水平居中 android:layout_centerVertical 垂直居中 android:layout_centerInparent 相对于父元素完全居中 android:layout_alignParentBottom 贴紧父元素的下边缘 and