好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

HTML5移动端手机网站开发流程

这篇文章主要为大家介绍了HTML5移动端手机网站开发流程,想要进行移动端手机网站开发的朋友可以参考一下

XML/HTML Code 复制内容到剪贴板

<!doctype html>  
  
<html>  
  
<head>  
  
<meta charset="utf-8">  
  
<title>手机网站</title>  
  
<meta name="keywords" content="" />  
  
<meta name="description" content="" />  
  
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />  
  
<meta name="format-detection" content="telephone=no" />  
  
<meta name="apple-mobile-web-app-capable" content="yes" />  
  
<meta name="apple-mobile-web-app-status-bar-style" content="black">  
  
<meta name="author" content="duanliang, duanliang920测试数据" />  
  
<style>  
  
    body{font-size:62.5%;font-family:"Microsoft YaHei",Arial; overflow-x:hidden; overflow-y:auto;}   
  
    .viewport{ max-width:640px; min-width:300px; margin:0 auto;}   
  
</style>  
  
 </head>  
  
    
  
<body>  
  
    <div>  
  
        大家好!我是段亮,这是我的第一个手机网页哦!   
  
    </div>  
  
</body>  
  
</html> 

以上就是HTML5移动端手机网站开发流程的详细内容,更多请关注Gxl网其它相关文章!

查看更多关于HTML5移动端手机网站开发流程的详细内容...

  阅读:40次