Skip to content

Instantly share code, notes, and snippets.

@imEhllBdPGMVaArZ
Last active August 29, 2015 14:14
Show Gist options
  • Save imEhllBdPGMVaArZ/8f8d2aeb1369669bdc59 to your computer and use it in GitHub Desktop.
Save imEhllBdPGMVaArZ/8f8d2aeb1369669bdc59 to your computer and use it in GitHub Desktop.
常用meta标签记录
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" cotent="IE=edge, chrome=1"><!-- 浏览器以最新版本显示页面 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- 默认的文档编码 -->
<meta name="viewport" content="user-scalable=no,width=device-width"><!-- 手机viewpoert设置 -->
<meta name="renderer" content="webkit"><!-- 告诉360浏览器切换为webkit核心(其他的国产多核浏览器会添加这个支持吧?谁知呢!) -->
<title>常用Meta标签</title>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment