W3C logoWeb Accessibility Initiative (WAI)
        logo

WAI: Strategies, guidelines, and resources to make the Web accessible to people with disabilities

h1

Page Contents

while live: can fix up page contents (write out full <h2>)

  1. from template4, copy all of the <div id="contents">...</div> & paste it right below the <h1> in file
  2. fix/create the pages contents (often can start with existing in page links and write out the full <h2> text)
  3. comment it out (until point to new design template)

putting existing file in /ut3/:

  1. convert to XHTML
  2. from template4, copy everything above the <h1> & replace same in file
  3. fix the path to the CSS (e.g., ../..)
  4. type in the <title>
  5. from template4, copy <!-- end main --></div> and everything below it & replace some bottom (probably just copyright and below) in file
  6. edit the footer [@@ link to guideance], making sure to keep the [Contacting WAI] link
    & record if needs more attention
  7. [can wait] fix page contents
    1. from template4, copy all of the <div id="contents">...</div> & paste it right below the <h1> in file
    2. fix/create the pages contents (often can start with the in page links and write out the <h2> text) & record if done or not
  8. ,validate & ,checklinks
    & record if needs more attention