JavaScript Lesson 5: Cool pulldown menu


For this lesson you will learn how to use JavaScript code to make a pulldown menu. To learn how to do this, go to:
jsmadeeasy.com/javascripts/Buttons/Pulldown%20Menu.

For this lesson you should create a web page, saved as "lesson28-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 5" in the title bar.
  3. A large heading that says "This is JavaScript Lesson 5"
  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. For this lesson, you will have the pulldown menu list the previous four javascript lessons.
  7. You will have to read into the codes to find where to put the links!
  8. Let me know you have finished this lesson so I can check your work!

On to Project #1

Home to Web Design