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:
- The basic tags every web page needs. (This is from lesson 1)
- The words "JavaScript Lesson 5" in the title bar.
- A large heading that says "This is JavaScript Lesson 5"
- 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.
- For this lesson, you will have the pulldown menu list the previous four javascript lessons.
- You will have to read into the codes to find where to put the links!
Let me know you have finished this lesson so I can check your work!
On to Project #1
Home to Web Design