A webpage using frames actually uses several different webpages at once. (example) A HTML file called a "frame set" defines the sizes of the frames and what page will be initially displayed in each. If you want a link in one frame (like a sidebar) to open in an adjacent frame (like the large main one), you have to define the "default target frame" for the sidebar page.
The first thing you need to do is create the webpages which will be put together. I suggest creating:
A navigation page that list links, which will be displayed in a narrow frame on the left side of the screen (Save this page as nav.html)An information page, which will be displayed in the large main window to the right of the navigation page. (Save this page as main.html)
View the Finished Webpage Using Frames
|
Home - Basic Course - Intermediate Course - Tools for the TEKS