I would use:

<ul id="nav-bananas">
  <li>
    <h3>Buncrana Town</h3>
    <ul>
      <li><a href="" Directory</a></li>
      <li><a href="" Directory</a></li>
    </ul>
  </li>
  <li>
    <h3>Community</h3>
    <ul >
      <li><a href="">       <li><a href="">     </ul>
  </li>
</ul>

Where 'bananas' is replaced with a semantically suitable name such as main for main navigation or supp for supplemental etc...

I would use h3 as long as it fits in with the rest of your markup, for example h1 for page subject, h2 for content subjects on the current page, h3 for content subjects off page.

Darren




On 01/02/06, kvnmcwebn <[EMAIL PROTECTED]> wrote:
hi,
for a vertical navigation bar with multiple headings like this:


     <div class="navcontainer">

         <h3>Buncrana Town</h3>
<ul >
        <li><a href="" Directory</a></li>
        <li><a href="" Directory</a></li>
        .....
</ul>
         <h3>Community</h3>
<ul >
        <li><a href=""
        <li><a href="">        .....
</ul>
so on.......

   </div>

What is the proper heading to use(h1, h2, h3)?


-best
kvnmcwebn

******************************************************
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