CNIT 135A Bowne HW 7

Lists, Tables, and Frames

25 Points Maximum


Part A: List and Table

Use NotePad or an HTML editor such as HTML-KIT to make a Web page named hw7a.html. Your web page must have the following

Required Elements


Part B: Frames

FRAMESET page hw7b.html

Use NotePad or an HTML editor such as HTML-KIT to create an HTML document named hw7b.html containing the following HTML code (or any other FRAMESET document with at least two frames):
<html> <head> <title>HW7b from Your Name</title> </head> <frameset cols="50%, 50%"> <frame src="hw7c.html" name="left_frame"> <frame src="http://www.yahoo.com" name="right_frame"> </frameset> </html>

Insert your name in the Title line, and you may adjust the other bolded values (frame widths and the URL) as you wish.

Navigation page hw7c.html

This FRAMESET document is not enough to complete the Web page, because it refers to another Web page named hw7c.html. You must also create that page.

Use NotePad or an HTML editor such as HTML-KIT to make hw7c.html
Your hw7c.html file must have the following

Required Elements


Publishing and Turning in Your Pages

Put your Web pages (hw7a.html, hw7b.html, and hw7c.html) on the hills server, using SSH Secure File Transfer.

Send the URLs for both hw7a.html and hw7b.html to me at sbowne@ccsf.edu with the subject CNIT 131 HW 7 from YOUR NAME.



Grading (partial)

-1 to -2 each     HTML errors
-5     No List
-10     No Table
-10     No Frame Page
-3 Late
Last modified 10-2-04