topical media & game development

talk show tell print

#javascript-code-21-dl.htm / htm



  <html>
  <head>
      <title>Expandable Definition List</title>
      <style>dd { display: none; }</style>
  </head>
  <body>
      <h1>Expandable Definition List</h1>
      <dl>
          <dt>Cats</dt>
          <dd>A furry, friendly, creature.</dd>
          <dt>Dog</dt>
          <dd>Like to play and run around.</dd>
          <dt>Mice</dt>
          <dd>Cats like to eat  them.</dd>
      </dl>
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.