JavaScript Lesson 4: Cool (or maybe irritating!) JavaScript cursor effect


For this lesson you will learn how to use JavaScript code to make a cursor effect. To learn how to do this, go to:
jsmadeeasy.com/javascripts/cursor%20effects/eyes.

For this lesson you should create a web page, saved as "javascript4-your name.html" in your "html lessons" folder, that has the following:

  1. The basic tags every web page needs. (This is from lesson 1)
  2. The words "JavaScript Lesson 4" in the title bar.
  3. A large heading that says "This is JavaScript Lesson 4"
  4. Your name in bold letters
  5. By copying and pasting, place the JavaScript codes in the proper places. Don't forget the head and body codes.
  6. Also, don't forget to download the eye images from the zip file. Save the zip file in your lessons folder. You will also need to extract the images from thier folder.
  7. The eyes don't appear immeadiately, there are three IMG SRC codes that need repair. Find the three codes and remove the img/ (leave the pupil.gif and the whites.gif) from the name so that the codes follow the proper path.
On to JavaScript Lesson 5

Home to Web Design