h5页面

<!DOCTYPE html>
<html lang="utf-8">
<head>
<meta charset="UTF-8">
<title>h5页面</title>
</head>
<body>
<header>
<h1>网站名称</h1>
<nav>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</nav>
</header>
<section id="">
<div>
<h2></h2>
<p></p>
</div>
</section>
<section id="">
<div id="up"></div>
<div id="down">
<h3></h3>
<div></div>
</div>
</section>
<section id="">
<h2></h2>
<article>
<article>
<figure><img/></figure>
<div class="header">
<h4>
<span>
作者:
<time datetime="0000-00-00" pubdate>0000-00-00</time>
</span>
</h4>
</div>
<div class="body"></div>
<div class="footer"></div>
</article>
</article>
</section>
<footer>
<ul></ul>
<address></address>
</footer>
</body>
</html>

posted @ 2018-01-08 16:36  yewook  阅读(125)  评论(0编辑  收藏  举报