HTML - Tags - <article>

#7 of 147
article
Next aside
Prev area

 <html>
 <body>
      <article>
          <header>
              <h1>Collision with a parallel universe?</h1>
              A cosmic cold spot in the heavens continues to perplex scientists.
          </header>
          <section class="article-text">
              <p>New data suggests that a giant cold spot in the microwave
              background radiation of our universe could be a bruise
              from a collision with a parallel universe.</p>
          </section>
          <section class="comment-list">
              <p>Your Comments:</p>
              <article class="comment">
                  <p>Comment1</p>
              </article>
          </section>
          <footer>
              <small>Copyright 2017 by Jane Roe</small>
          </footer>
      </article>
 </body>
 </html>
 

The article element represents a literary article, a review, a blog post, a user comment, etc.

A live example:


Collision with a parallel universe?

A cosmic cold spot in the heavens continues to perplex scientists.

New data suggests that a giant cold spot in the microwave background radiation of our universe could be a bruise from a collision with a parallel universe.

Your Comments:

Comment1

Copyright 2017 by Jane Roe

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath