码迷,mamicode.com
首页 > 移动开发 > 详细

移动端h5页面的头

时间:2015-10-27 19:38:23      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

 1 <head lang="zh">
 2     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 3     <meta charset="utf-8" /> 
 4     <meta content="yes" name="apple-mobile-web-app-capable"/>
 5     <meta content="yes" name="apple-touch-fullscreen"/>
 6     <meta content="telephone=no" name="format-detection"/>
 7     <meta content="black" name="apple-mobile-web-app-status-bar-style">
 8     <meta content="#ffffff" name="msapplication-TileColor" />
 9     <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
10     <title>btn</title>
11     <link rel="stylesheet" href="skin/btn.css"/>
12 
13 </head>

 

算作个标准吧。。然后分析下。

 

移动端h5页面的头

标签:

原文地址:http://www.cnblogs.com/hanyuxinting/p/4915060.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!