Lab 5—Your First JavaScripts

Part 1—Prepare the basic HTML page


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.

  1. Create a folder on your hard drive called lab05.
  2. Download blank.html to your lab05 folder.
  3. Using NotePad++, open blank.html. It will look like the following image (in NotePad2):
    NotePad2 and blank.html

  4. Save this file as lab05.html in the lab05 folder.

Next, you will prepare your four images....

previous page   next page