手机
当前位置:查字典教程网 >网页设计 >心得技巧 >移动设备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写法】相关文章:

网页前端开发小细节

PC端和移动端自适应问题的快速解决方法

小屏幕移动设备网页设计需要注意的事项

设计能力修炼的好办法

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

网页设计关于超级链接的设计原则

wap页面之iphone设备字体偏大问题解决方法

用js实现css3效果的圆角方法

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

响应式WEB设计学习(3)—如何改善移动设备网页的性能

精品推荐
分类导航