HTML 5 详解之页面结构分析

结构分析

 

 

码上行动

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>页面结构分析</title>
</head>
<body>

<header>
    <h2>网页头部</h2>
</header>

<secion>
    <h2>网页主体</h2>
</secion>

<footer>
    <h2>网页脚步</h2>
</footer>

</body>
</html>
 
posted @ 2021-02-04 15:51  无明之辈  阅读(179)  评论(0编辑  收藏  举报