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:
- The basic tags every web page needs. (This is from lesson 1)
- The words "JavaScript Lesson 4" in the title bar.
- A large heading that says "This is JavaScript Lesson 4"
- Your name in bold letters
- By copying and pasting, place the JavaScript codes in the proper places. Don't forget the head and body codes.
- 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.
- 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