1     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2     <html lang="en">
3        <head>
4           <title>JavaScript Platformer 1</title>
5           <script type="text/javascript" src="jsplatformer1.js"></script>
6           <style type="text/css">
7              body { font-family: Arial,Helvetica,sans-serif;}
8           </style>
9        </head>
10       <body>
11          <p>
12             <a href="http://www.brighthub.com/internet/web-development/articles/38364.aspx">
13                Game Development with Javascript and the canvas element
14             </a>
15          </p>
16          <canvas id="canvas" width="600" height="400">
17             <p>Your browser does not support the canvas element.</p>
18          </canvas>
19       </body>
20    </html>