码迷,mamicode.com
首页 > 其他好文 > 详细

1-1、article元素

时间:2017-07-02 22:20:14      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:div   footer   cti   screen   foo   code   section   元素   value   

示例一: 

  <article>
    <header>
      <h1>苹果</h1>
      <p>发表日期:<time pubdate>2017/07/02</time></p>
    </header>
    <p><b>苹果</b>,植物类水果</p>
    <footer>
      <p><small>公司所有</small></p>
    </footer>
  </article>

实例二:

 

<article>
    <header>
        <h1>苹果</h1>
        <p>发表日期:<time pubdate>2017/07/02</time></p>
    </header>
    <p><b>苹果</b>,植物类水果</p>
    <section>
        <h2>评论</h2>
        <article>
            <header>
                <h3>发表者:小明</h3>
                <p>
                    <time pubdate="" datetime="2017/07/02T21:04">1小时前</time>
                </p>
            </header>
            <p>我喜欢苹果。</p>
        </article>
        <article>
            <header>
                <h3>发表者:小红</h3>
                <p>
                    <time pubdate="" datetime="2017/07/02T21:15">1小时前</time>
                </p>
            </header>
            <p>我喜欢橘子不喜欢苹果。</p>
        </article>
    </section>
</article>

示例三:

<article>
    <h1>我的水果机</h1>
    <object data="" type="">
        <param name="allowFullScreen" value="true">
        <embed src="#" width="600" height="395" type="">
    </object>
</article>

 

1-1、article元素

标签:div   footer   cti   screen   foo   code   section   元素   value   

原文地址:http://www.cnblogs.com/webBlog-gqs/p/7107233.html

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