其他分享
首页 > 其他分享> > 008.页面结构

008.页面结构

作者:互联网

 

 

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

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

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

<footer>
    <h2>网页尾部</h2>
</footer>

</body>
</html>

 

标签:网页,页面,尾部,头部,008,结构
来源: https://www.cnblogs.com/redsock/p/15189575.html