首页 > 代码库 > 较为完整的meta

较为完整的meta

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- 页面默认使用360极速核、360兼容内核、360标准内核 -->
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<!-- 优先使用ie最新版和Chrome -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<!-- 禁止百度转码 -->
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!-- 手机号码不被显示为拨号链接 -->
<meta name="format-detection" content="telephone=no"/>
<title>页面名称</title>
<meta name="ketwords" content="关键词"/>
<meta name="description" content="描述"/>
 
<link rel="stylesheet" href="http://www.mamicode.com/css.css" type="text/css"/>
 
<!-- 检测代码 -->
<script type="text/javascript" src="http://www.mamicode.com/url"></script>
 
<script type="text/javascript" src="http://www.mamicode.com/url"></script>
 
</head>

较为完整的meta