On Your Own Lesson 22: Targets and Navigation Bars


For this lesson you will learn how to create a navigation bar using the target tag. This lesson is tricky!
You will be creating two new files, as well as using the three frame files from lesson 19.
To learn how to do this assignment, go to www.w3schools.com/html/html_frames

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

  1. The words "Lesson 22" in the title bar.
  2. A frame set that creates the following:
  3. To create the frame saved as "leftwindow.html," follow these directions in the box below:
    1. Copy these tags and paste them into a new file.

    2. Save this file as "leftwindow.html"

    <html>
    <body>
    
    <a href ="frame_a.html" target ="showframe">Frame a
    <a href ="frame_b.html" target ="showframe">Frame b
    <a href ="frame_c.html" target ="showframe">Frame c </body> </html>
  4. To create the frameset, read the following tutorial:Target frames Tryit Editor

On to lesson 23

Home to Web Design