2.10.1 article元素

Posted kikyoqiang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2.10.1 article元素相关的知识,希望对你有一定的参考价值。

 嵌套

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title></title>
</head>
<body>
    <article>
        <header>
            <h1>极客学院</h1>
        </header>
        <article>
            <header>
                作者
            </header>
            <p>评论</p>
            <footer>
                time
            </footer>
        </article>
        <footer>
            这是底部
        </footer>
    </article>

    <article>
        <h1>这是一个页面</h1>
        <object>
            <embed src="#" width="600px" height="400px"></embed>
        </object>

    </article>
</body>
</html>

 

以上是关于2.10.1 article元素的主要内容,如果未能解决你的问题,请参考以下文章

xpath用法(持续更新ing)

1-1article元素

爬虫 xpath

section和article元素

H5新增元素跟文档结构新的文档结构 1. article 文章块 2. section 区块 3. nav 导航条

html5新特性-header,nav,footer,aside,article,section等各元素的详解