html meta标签

<meta charset="utf-8"><!-- 声明文档使用的字符编码 -->
<title></title>
<!--keywords(关键字)  用于告诉搜索引擎,你网页的关键字  -->
<meta name="keywords" content="">
<!-- 页面描述   用于告诉搜索引擎,你网站的主要内容。-->
<meta name="description" content="不超过150个字符">
<!-- X-UA-Compatible(浏览器采取何种版本渲染当前页面) -->
<!--    优先使用 IE 最新版本和 Chrome  -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> 



<!-- 搜索引擎抓取 -->
    <meta name="robots" content="index,follow"/>


<!-- 设置 360 浏览器渲染模式
webkit 为极速内核,ie-comp 为 IE 兼容内核,ie-stand 为 IE 标准内核。 -->
<meta name="renderer" content="webkit|ie-comp|ie-stand">




<meta name="author" content="name, email@gmail.com"> <!-- 网页作者 -->
<meta name="renderer" content="webkit"> <!-- //默认webkit内核 -->
<meta name="renderer" content="ie-comp"><!--  //默认IE兼容模式 -->
<meta name="renderer" content="ie-stand"> <!-- //默认IE标准模式 -->







<!-- 移动端的窗口 -->
<!-- 为移动设备添加 viewport -->
    <meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
    <!-- `width=device-width` 会导致 iPhone 5 添加到主屏后以 WebApp 全屏模式打开页面时出现黑边 http://bigc.at/ios-webapp-viewport-meta.orz -->
<!-- ios -->
<meta name="apple-mobile-web-app-title" content="标题"> <!-- 添加到主屏后的标题(iOS 6 新增) -->
<meta name="apple-mobile-web-app-capable" content="yes"> <!-- 是否启用 WebApp 全屏模式 -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!-- 设置状态栏的背景颜色,只有在 `"apple-mobile-web-app-capable" content="yes"` 时生效 -->
<meta name="format-detection" content="telephone=no"> <!-- 禁止数字识自动别为电话号码 -->
<meta name="format-detection" content="address=no"> <!-- 禁止自动自动识别地址 -->
<meta name="format-detection" content="date=no">  <!-- 禁止自动自动识别日期 -->
<meta name="format-detection" content="email=no">  <!-- 禁止自动自动识别 Email -->
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值