美文网首页
HTML-article(结构元素)

HTML-article(结构元素)

作者: Dante丶 | 来源:发表于2017-02-04 10:34 被阅读3次
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>HTML-article(结构元素)</title>
    </head>
    <body>
        <article>
            <header>
                <h2>
                    HTML-article(结构元素)
                </h2>
                <p>欢迎学习HTML-article(结构元素)!</p>
                <footer>time</footer>
            </header>
        </article>
        <article>
            <h1>这是看一个内嵌页面</h1>
            <object>
                <embed src="#" width="600px" height="400px"></embed>
            </object>
        </article>
    </body>
    </html>
    

    相关文章

      网友评论

          本文标题:HTML-article(结构元素)

          本文链接:https://www.haomeiwen.com/subject/layjittx.html