xxxxxxxxxx
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>语义元素</title>
</head>
<body>
<!--结构元素-->
<header>头部</header>
<section>表示一个段落:用于区域的章节表述</section>
<footer>区域的页脚部分</footer>
<nav>菜单 导航</nav>
<article>表示文章的主体内容</article>
<!--块级元素 用于区域的划分-->
<aside></aside>
<figure>
<figcaption></figcaption>
</figure>
<code>表示一段代码</code>
<dialog>表示对话