JavaScript is powerful. It can add action to a static Web page. This lab will walk you through using some of the features.
To create your first JavaScript, you will start with a basic HTML page.
- Create a folder on your hard drive called lab05.
- Download blank.html to your lab05 folder.
- Using NotePad++, open blank.html. It will look like the following image (in NotePad2):
![NotePad2 and blank.html](../images/lab05/lab5_blank.html.JPG)
- Save this file as lab05.html in the lab05 folder.
Next, you will prepare your four images....