Objectives:
- Work with HTML Frames
- Use Frames to Present Information
|
Working with HTML Frames
An HTML frame is really several web pages joined together as one page. It can be a cool way to organize information because it allows you to make links that open up pages that look like they are all part of the same page. I made my slang dictionary using frames. Today, you are going to learn how to make your own frames. Start by taking the Frame Tutorial. When you finish taking the tutorial, you can do the assignment below.
Assignment
- Modify the sample frame document you just made in the tutorial so that it can be used to store all your assignments for the year.
- Create a really cool JPG image in PhotoShop for use as an illustration in the top part of your frame. Use the image source tag to place the graphic in the page.
- Create links in your linkpage to your earlier projects.
Note: If you don't want your page to open up inside the frame space, you can use target = "parent" in the body of the link.
Also, if you don't wish to have the bars separating each window in your frame, you can add the code, frameborder=0 inside the frameset tag.
<< Back to Skyline
|