<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>html5</title>
<link rel="stylesheet" href="">
<script src=""></script>
</head>
<body>

<header>我是头部</header>

<nav>我是导航</nav>

<aside>我是侧边栏</aside>

<article>
<h1>我是文章</h1>
<time>2017</time>
</article>

<footer>我是头部</footer>

</body>
</html>

相关文章:

  • 2021-11-28
  • 2022-02-02
  • 2021-07-26
  • 2022-12-23
  • 2022-01-29
  • 2021-08-10
  • 2021-07-18
  • 2021-08-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案