#1 seems the most logical to me. Because I see them as different nav "types", 
not as a whole site navigation.

You probably don't need to "section" the Archive page since there is only one 
section. 

steven

On 28/09/2010, at 11:26 PM, tee wrote:

> In a blog archive page, which is the best way?
> 
> #1
> <h1>The Archives</h1>
> <nav>
> <h2>last x number of posts </h2>
> (ul list)
> </nav>
> 
> 
> <nav>
> <h2> By Categories</h2> 
> (ul list)
> </nav>
> 
> <nav>
> <h2> Yearly Archives </h2> 
> (ul list)
> </nav>
> 
> 
> or 
> #2 (I think this one is a better choice as they are all navigations.)
> <h1>The Archives</h1>
> 
> <nav>
> <h2>last x number of posts </h2>
> (ul list)
> 
> <h2> By Categories</h2> 
> (ul list)
> </nav>
> 
> 
> Also, I am not sure if  <section> tag is needed  as it seems  redundant 
> because 'archives' is an individual page, similar to sitemap.
> 
> 
> <section>
> 
> <h1>The Archives</h1>
> <nav>
> <h2>last x number of posts </h2>
> (ul list)
> </nav>
> 
> <nav>
> <h2> By Categories</h2> 
> (ul list)
> </nav>
> 
> </section>
> 
> 
> Thanks!
> 
> tee
> 
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> *******************************************************************
> 



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

Reply via email to