Dr. Ira  Rudowsky                                                               CIS 53 MR10

Homework #1                                                                   

 

 

Design a web page that contains a least three frames. Each frame should be a separate html file. Be creative in what the frames contain. No matter what you put in the frames, be sure to include somewhere an image with a description (of yourself, favorite place, summer vacation or anything else) and a list of your favorite web sites in a two column table. The first column contains the link and the second column a comment about the web site. When clicked, the web site should open up in a different frame.

 

The html file for one frame should have an internal style sheet and the other two frames should share an external style sheet. Use different classes to differentiate similar tags in the two frames. For example:

 

          H1.frame2 { color: blue; font-size:25pt }

          H1.frame3 { color: green; font-size:20pt; font-style:italic }

 

Each frame should have a different background or background color.

 

Print the html and css files and hand them in. Make sure they have your name on them in a comment. If you have a website where you can post these files, let me know the url so I can look at it online. If not, zip the files together and e-mail them to me so I can view them in action.