<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<!--头部-->
<header>
<h1>我永远喜欢樱岛麻衣</h1>
<img src="images/laopo.jpg" width="500">
<h4>我永远喜欢樱岛麻衣</h4>
</header>
<!--主要内容-->
<article>
<!--章节-->
<section>
<h2>我永远喜欢樱岛麻衣</h2>
<p>我永远喜欢樱岛麻衣</p>
</section>
<!--章节-->
<section>
<h2>我永远喜欢樱岛麻衣</h2>
<p>我永远喜欢樱岛麻衣</p>
</section>
<!--章节-->
<section></section>
<!--章节-->
<section></section>
<!--章节-->
<section></section>
</article>
<!--尾部-->
<footer>
<h3>我永远喜欢樱岛麻衣</h3>
<img src="images/laopo2.jpg" width="500">
</footer>
</body>
</html>