topical media & game development

talk show tell print

#javascript-code-01-sample.htm / htm



  <html>
  <head>
      <title>Introduction to the DOM</title>
  </head>
  <body>
      <h1>Introduction to the DOM</h1>
      <p class=”test”>There are a number of reasons why the DOM is awesome, here are some:</p>
      <ul>
          <li id=”everywhere”>It can be found everywhere.</li>
          <li class=”test”>It’s easy to use.</li>
          <li class=”test”>It can help you to find what you want, really quickly.</li>
      </ul>
  </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.