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>

 

上一篇:Redis数据结构及其实现


下一篇:Redis 实现队列优先级