CNIT 135A Bowne HW 8

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 hw8a.html. Your web page must have the following

Required Elements


Part B: Frames

FRAMESET page hw8b.html

Use NotePad or an HTML editor such as HTML-KIT to create an HTML document named hw8b.html containing the following HTML code (or any other FRAMESET document with at least two frames):
<html> <head> <title>HW8b from Your Name</title> </head> <frameset cols="50%, 50%"> <frame src="hw8c.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 hw8c.html

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

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

Required Elements


Publishing and Turning in Your Pages

Put your Web pages (hw8a.html, hw8b.html, and hw8c.html) on the hills server, using SSH Secure File Transfer.

Send the URLs for both hw8a.html and hw8b.html to me at sbowne@ccsf.edu with the subject CNIT 131 HW 8 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 12-12-04