CSCI 1710-001
Fall 2003 Frames Assignment
Create a framed website with the following format:
header.html |
nav.html
|
body.html
|
To do this, you will need to create four files:
- frame.html -- This will be the file that defines
the framesets for your page and names the frames so that you can use
the target attribute for the <a> tag to force the linked URLs
to appear in the correct frame.
- header.html -- This page will appear in the top
frame of your framed site and include a title for your page and your
name.
- nav.html -- This should simply be a page of
at least three links (best organized using an unordered list, <ul> tag with
<li> tags defining the list items). Make it a list of links
that have a common theme such as a list of sites to movies that you
enjoy. When loaded, all of the links should appear in the frame that originally
contained the body.html file.
- body.html -- This page should be the default
page that loads with your frames page. It should contain at least
a brief description of the assignment.
When you are done with the assignment, create a directory on your cscidbw account
called "frames" and upload all of the pages for this assignment to that
directory. Therefore, to test your site, you should be able to load the URL:
http://cscidbw.etsu.edu/zabc12/frames/frame.html
where zabc12 is your ETSU userid. This needs to be done by Friday, November 7, at
5:00 PM.