码迷,mamicode.com
首页 > 其他好文 > 详细

first H5

时间:2015-09-21 12:00:19      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=gbk">
<title></title>
<style type="text/css">
#myCanvas{
	background:red;
	width:200px;
	height:100px;
	
}

</style>
</head>
<body>
<canvas id="myCanvas">该浏览器不支持H5的画布标记!</canvas>
</body>
</html>

 

 

<!DOCTYPE html>
<html>
<head>
<meta charset=‘gbk‘>
<title></title>
<style type="text/css">
header,nav,article,footer{
	border:solid 1px #666;
	padding:10px;
	margin:6px;
	}
	header{width:500px}
	
	nav{
	float:left;
	width:60px;
	height:100px
	}
	
	article{
	float:left;
	width:406px;
	height:100px
	}
	
	footer{
	clear:both;
	width:500px
	}
</style>
</head>

<body>
<header>导航</header>
<nav>菜单</nav>
<article>内容</article>
<footer>底部说明</footer>
</body>
</html>

  

first H5

标签:

原文地址:http://www.cnblogs.com/xiaobaichuangtianxia/p/4825578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!