- For an overview of what this is about, please read this thread.
- The rules are here
This is the initial code. Please forgive any mistakes, I am still a relative beginner to HTML 5:
<html>
<head>
<title>Horror!</title>
</head>
<body>
<canvas id="canvas" width="800" height="600">
Your browser does not support the canvas element
</canvas>
</body>
</html>



