html 移动网络应用的基本HTML5布局。这允许用户“保存到主屏幕”而没有浏览器框架,并使用全宽度网页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 移动网络应用的基本HTML5布局。这允许用户“保存到主屏幕”而没有浏览器框架,并使用全宽度网页相关的知识,希望对你有一定的参考价值。

<!doctype html>
<!----
Title
ver: 0.2
edited: MAY 13 2015
Designed by Elliott Wittstruck
Maintained under the business elStruck Studio

---->
<html lang="en">
  <head>
    <title>Title Goes Here</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!-- Makes your prototype chrome-less once bookmarked to your phone's home screen -->
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="mobile-web-app-capable" content="yes">
	<link href="style.css" rel="stylesheet">
</head>
<body>

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
</body>
</html>

以上是关于html 移动网络应用的基本HTML5布局。这允许用户“保存到主屏幕”而没有浏览器框架,并使用全宽度网页的主要内容,如果未能解决你的问题,请参考以下文章

HTML5-移动开发常用技巧与弹性布局的使用

移动端页面布局

移动端页面布局

移动端页面布局

HTML5与CSS3基础

6.0 移动端页面布局