Is this example overly done?
http://playground.html5rocks.com/#semantic_markup


 <section id="articles">
      <article>
        <header>
          <h2><a href="#">Article Title</a></h2>
        </header>
        <section>
          Lorem ipsum dolor sit amet, 
        </section>
      </article>

      <article>
        <header>
          <h2><a href="#">Article Title</a></h2>
        </header>
        <section>giat nulla pariatur. Excepteur sint occaecat cupidatat non 
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
        </section>
      </article>

    </section>


I thought this is suffice but then I am not sure as these HTML5 tags are still 
too new for me.

 <section id="articles">

      <article>
<h2>...</h2>
<p>...</p>
    </article>


      <article>
<h2>...</h2>
<p>...</p>
    </article>

 </section>



tee

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to