There's nothing wrong with:

<h1>My site title<h1>
...navigation...
    <h2>My section name</h2>
       <h3>Latest Articles</h3>
          <h4>Article 1 Title</h4>
             <p>paragraph</p>
          <h4>Article 2 Title</h4>
             <p>paragraph</p>

Another option is:

<h1>My site title<h1>
...navigation...
    <h2>My section name</h2>
       <p>Latest Articles</p>
          <h3>Article 1 Title</h3>
             <p>paragraph</p>
          <h3>Article 2 Title</h3>
             <p>paragraph</p>

since "Latest Articles" is not very important here, and there might
not be any subsection called "older articles."

But yes, keep them in order. Site title is probably good on all pages,
to be consistent, and section names are good too.

--
--
C Montoya
rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to