首页 > 其他 > 详细

1-1、article元素

时间:2017-07-02 22:03:50      阅读:337      评论:0      收藏:0      [点我收藏+]

示例一: 

  <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元素

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!