JavaScript Learning Page


/ Published in: HTML
Save to your folder(s)

This is just a simple page full of XHTML to follow along with my JS book. A template.


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. </head>
  6. <script type="text/javascript">
  7. //<![CDATA[
  8. // JS goes here
  9. //]]>
  10. </script>
  11. </body>
  12. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.