section

section
HTML section Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.

The HTML <section> element is used to designate a content section in your web document that typically has a heading or header. It is not intended to be used as a generic content element like <div>.

HTML CODE EXAMPLE
<section>
  <hgroup>
    <h2>Site News Feed</h2>
    <h3><em>All the Best Breaking News</em></h3>
  </hgroup>
  <p>Today in the Netherlands people...</p>
  <p>In Miami a group of masked...</p>
  <p>Nobody can find poor little...</p>
</section>
 

Site News Feed

All the Best Breaking News

Today in the Netherlands people...
In Miami a group of masked...
Nobody can find poor little...

0 Response to "section"

Post a Comment