Scripts
If your browser supports JavaScript,
- you should see "Hello World!" below. Otherwise, you will see a message saying your browser failed, thanks to the noscript tag.
- the blue 100x100 canvas with a small red square inside of it that I've drawn using JavaScript should show up below.
- if you click , you'll get a pop-up alert.
Templates
This is a table that holds no rows in basic HTML.
Name |
Favorite Color |
We make a template for the row in HTML, and then server the actual data using JavaScript.
|
|
Code