I don't think w3c standards will allow mark-up this way, so I was
wondering the best way to mark up a header for a list. looking for
standards, and accessibility.

what I currently have is:

<div id="list1">
      <ul class="navlist">
        <h3>Most Requested</h3>
        <li><a href="#" title="How to Enroll"How to Enroll</a></li>
        <li><a href="#" title="Lunch Menus" Lunch Menus</a></li>
        <li><a href="#" title="Emergency Information"Emergency
Information</a></li>
        <li><a href="#" title="Calendars"Calendars</a></li>
        <li><a href="#" title="Contact Us"Contact Us</a></li>
        <li><a href="#" title="Test Scores"Test Scores</a></li>
      </ul>
    </div>

thanks
-- 
::Bruce::
******************************************************
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