On Your Own Lesson 19: Frames
For this lesson you will learn how to create a frameset. A web page with frames on it is one which has several windows. Each window can scroll independently of the other windows. The library page on Stayton High.com has frames.
To learn how to do this, read the following tutorial:
www.w3schools.com/html/html_frames.
For this lesson you should create a web page, saved as "lesson19-your name.html" in your "html lessons" folder, that has the following:
- Important: For this lesson you will be creating four (4) separate files.
- Create a file and save it as "lesson19-your name.html. In this file:
- Important: Do NOT put the basic tags on this page. It only needs the tags to make a frameset.The "title" tag will be okay.
- The words "lesson 19" in the title bar.
- Create a second file and save it as "frame_a.html" in your lessons folder.
- Write the basic codes for a web page into this file.
- Write the words "This is a frameset" in the body.
- Your name in bold letters
- Create a third file and save it as frame_b.html" in your lessons folder.
- Write the basic codes for a web page into this file.
- Write the words "This is frame b" in the body.
- Create a fourth file and save it as frame_c.html" in your lessons folder.
- Write the basic codes for a web page into this file.
- Write the words "This is frame c" in the body.
- In the file "lesson19-your name.html" create a frameset with three verticle windows using the three files you just created.
On to lesson 20
Home to Web Design