手机
当前位置:查字典教程网 >网页设计 >心得技巧 >移动设备web开发关于html的head写法
移动设备web开发关于html的head写法
摘要:接收推送消息html{font-size:62.5%;/*10÷16×100%=62.5%*/}

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">

<meta name="MobileOptimized" content="320">

<link rel="stylesheet" href="../css/bootstrap.min.css">

<>

<script src="../js/jquery-2.1.0.min.js"></script>

<script src="../js/bootstrap.min.js"></script>

<script type="text/javascript" src="../js/pushMsg.js"charset="utf-8"></script>

<>

<title>接收推送消息</title>

<style>

html

{

font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/

}

</style>

</head>

【移动设备web开发关于html的head写法】相关文章:

Web前端开发工程师需要掌握的核心技能

web开发设计人员不可不用的在线web工具和应用

写给入门者的三十条HTML代码编写指南

浮动菜单,可实现上下滚动的效果

设置块元素居窗口中间的位置实现方法

滤镜使用之图片透明的css写法

深入理解HTML5在移动开发方面的发展现状

网页乱码问题当设置编码为utf-8乱码的解决方法

设计能力修炼的好办法

web开发人员关心的IE7和IE8共存的问题

精品推荐
分类导航