slide(s)


     <div class="slide">
      <h1>What Is S5?</h1>
      adapted from a presentation by Eric Meyer
      <ul>
       <li>
        It's a <strong>S</strong>imple <strong>S</strong>tandards-based <strong>S</strong>lide
        <strong>S</strong>how <strong>S</strong>ystem</li>
       <li>
        One XHTML document provides all of the slide show's content</li>
       <li>
        CSS handles the layout and look of the slides</li>
       <li>
        JavaScript handles the dynamic aspects of the show</li>
       <li>
        That's all there is to it!</li>
       <li> download it via <a href=sub-tutorial-web-3.html>tutorial 3</a>
       or directly from <a href=http://meyerweb.com/eric/tools/s5>tools/s5</a></li>
      </ul>
     </div>