码迷,mamicode.com
首页 > 编程语言 > 详细

HTML——理解语言元素

时间:2019-01-19 19:55:49      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:bsp   page   ant   nbsp   div   body   doctype   header   sem   

<!DOCTYPE html>

<html lang="en">
<head>
    <title>Semantic Example</title>
</head>
<body>
    <header>
        <h1>SITE OR PAGE LOGO GOES HERE</h1>
    </header>
    <nav>
        SITE OR PAGE NAV GOES HERE.
    </nav>
    <article>
    <header>
        <h2>Article Heading</h2>
    </header>
    <section>
    <header>
        <h3>Section 1 Heading</h3>
    </header>
    <p>Section 2 content here.</p>
    </section>
    <section>
        <header>
        <h3>Section 1 Heading</h3>
        </header>
        <p>Section 2 content here.</p>
    </section>
    <footer>
    <p>Article footer goes here.</p>
    </footer>
    </article>
    <footer>
        SITE OR PAGE FOOTER HERE
    </footer>
    </body>
</html>

 

HTML——理解语言元素

标签:bsp   page   ant   nbsp   div   body   doctype   header   sem   

原文地址:https://www.cnblogs.com/JAYPARK/p/10292700.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!