META标签

定义这个东西,让他屏幕大小适应手机端####

<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, user-scalable=no">```
#### 删除苹果默认的工具栏和菜单栏 ####
```html
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"><meta name="apple-mobile-web-app-capable" content="yes">```
##### 设置苹果工具栏颜色 ####
```html
<meta name="apple-mobile-web-app-status-bar-style" content="black">```
#### 忽略页面中的数字识别为电话,忽略email识别 ####
```html
<meta name="format-detection" content="telphone=no, email=no">```
#### 启用360浏览器的极速模式(webkit) ####
```html
<meta name="renderer" content="webkit">```
#### 避免IE使用兼容模式 ####
```html
<meta http-equiv="X-UA-Compatible" content="IE=edge">```
####针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑莓 ####
```html
<meta name="HandheldFriendly" content="true">```
#### 微软的老式浏览器 ####
```html
<meta name="MobileOptimized" content="320">```
####uc强制竖屏 ####
```html
<meta name="screen-orientation" content="portrait">```
####QQ强制竖屏 ####
```html
<meta name="x5-orientation" content="portrait">```
#### UC强制全屏 ####
```html
<meta name="full-screen" content="yes">```
####QQ强制全屏####
```html
<meta name="x5-fullscreen" content="true">```
####UC应用模式 ####
```html
<meta name="browsermode" content="application">```
#### QQ应用模式 ####
```html
<meta name="x5-page-mode" content="app">```
####windows phone 点击无高光 ####
```html
<meta name="msapplication-tap-highlight" content="no">```
####适应移动端end ####
```html
<meta name="nightmode" content="enable/disable">```
```html
<meta name="imagemode" content="force">```
####禁用掉uc浏览器判断到页面上文字居多时,会自动放大字体优化移动用户体验。####
```html
<meta name="wap-font-scale" content="no">```


####WebApp全屏模式

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

####页面关键词
```html
<meta name="keywords" content="your tags" />```


####页面描述

```html
<meta name="description" content="150 words" />

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • < meta > 元素概要标签提供关于HTML文档的元数据。元数据不会显示在页面上,但是对于机器是可读的。它可用于...
    TeslaChen阅读 1,000评论 0 1
  • 先附上几篇网上查找的关于meta标签的资料、文章,看完这个几篇文章后,会对meta标签有一定的了解!HTML me...
    米斯特卢阅读 1,639评论 0 2
  • 一、http-equiv 1.Content-Type(内容类型) 告诉浏览器当前访问的资源类型 并声明编码 2....
    Johnson杰阅读 1,377评论 0 0
  • 颤颤巍巍挥老袖, 心心念念美乡关。 停停走走疲双足, 哭哭笑笑捂泪眼。 张张合合缺齿口, 口口声声报故乡。 念念叨...
    _小宅_阅读 181评论 1 0