zoukankan      html  css  js  c++  java
  • html5-section元素

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>section元素,带有语义的块元素</title>
    </head>
    <body>
        <section>
            <h2>第一章</h2>
            <p>第一章节的内容</p>
        </section>
        <article>
            <header>
                <h3>文章的标题</h3>
                <h5>作者:京津冀</h5>
            </header>
            <p>正文88888888888888888888888888888888888888888 <br>888888888888888888888888888 <br>*****************************<br>*************************</p>
            <section>
                    <article>
                        <header><h4>网友的评论</h4></header>
                            <p>评论的内容</p>
                        <footer>发布时间:2017年9月13日</footer>
                    </article>
            </section>
            <footer>
                <p>尾部,阅读300,评论80</p>
            </footer>
        </article>
    </body>
    </html>

    天道酬勤,厚积薄发。 君子之行,静以修身,俭以养德。 非淡泊无以明志,非宁静无以致远。 如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
  • 相关阅读:
    printcap
    browser-ua
    PHP 开发 APP 接口 学习笔记与总结
    Java实现 LeetCode 72 编辑距离
    Java实现 LeetCode 72 编辑距离
    Java实现 LeetCode 72 编辑距离
    Java实现 LeetCode 71 简化路径
    Java实现 LeetCode 71 简化路径
    Java实现 LeetCode 71 简化路径
    Java实现 LeetCode70 爬楼梯
  • 原文地址:https://www.cnblogs.com/houweidong/p/7513129.html
Copyright © 2011-2022 走看看