HTML and CSS Reference
In-Depth Information
Code
Explanation
</canvas>
Close canvas
<br/>
Line break
Press mouse button down, drag
and release to make a wall.
Instructions
Use arrow keys to move token. <br/>
Instructions and line break
Pressing any other key will stop key
capture and allow you to save the
maze locally.
Instructions
<form name="sf" onSubmit="return savewalls()" >
Form tag, set up call to savewalls
To save your maze, enter in a name and
click on the SAVE WALLS button. <br/>
Instructions
Name: <input name="slname" value="maze_name"
type="text">
Label and input field
<input type="submit" value="SAVE WALLS"/>
Submit button
</form>
Close form
<form name="gf" onSubmit="return
getwalls()" >
Form tag, set up call to getwalls
To add old walls, enter in the name and
click on the GET SAVED WALLS button. <br/>
Instructions
Name: <input name="glname" value="maze_name"
type="text">
Label and input field
<input type="submit" value="GET
SAVED WALLS"/>
Submit button
</form>
Close form
</body>
Close body
</html>
Close html
Search WWH ::




Custom Search