移动端html 头部header代码示范

<meta charset=“utf-8” >
<meta http-equiv=“content-type” content=“text/html” >
<META   HTTP-EQUIV="Pragma"   CONTENT="no-cache”> //清缓存
<meta name=“viewport” content=“initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,width=device-width”   />
<meta name=“format-detection” content=“telephone=no” />  //电话号码不显示为拨号连接;
<meta name=“app-mobile-web-app-capable”  content=“yes" />  // 网站开启对web app的支持
<meta name=“app-mobile-web-app-status-bar-style” content=“black-translucent” />  //顶部状态条的样式  default 白色  black 黑色 black-translucent:半透明(若值为“black-translucent”将会占据页面px位置,浮在页面上方(会覆盖页面20px高度–iphone4和itouch4的Retina屏幕为40px))
<link rel=“stylesheet” href=“css/common.css” />
</header>
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容