Frames Questions

 

  1. What are frames?

 

  1. Why are frames useful in displaying a Web presentation?

 

  1. Why is the <BODY> tag unnecessary for pages that contain frames?

 

  1. What HTML tag would you enter to create three rows of frames with the height of the first row set to 200 pixels, the height of the second row set to 50% of the display area, and the height of the third row set to the space that is left?

 

  1. What HTML tag would you enter to use the Home.htm file as a source for a frame?

 

  1. What HTML code would you enter to remove the scroll bars from the frame for the Home.htm file?

 

  1. What HTML code would you enter to set the size of the margin above and below the Home.htm frame to 3 pixels?

 

  1. What HTML code would you enter to keep users from moving the frame borders for the Home.htm file?

 

  1. When you click a hyperlink inside of a frame, what frame will the page appear in by default?

 

  1. What HTML code would you enter to assign the name “Address” to a frame whose document source is Address.htm?

 

  1. What HTML code would you enter to direct a hyperlink to a frame named “News”?

 

  1. What HTML code would you enter to point a hyperlink to the document “Sales.htm” with the result that the Sales.htm file is retrieved into the entire display area, overwriting any frames in the process?

 

  1. What tag would you enter to direct all hyperlinks in a document to the “News” target?

 

  1. Describe what you would do to make your page readable by both browsers that support frames and those that do not.

 

  1. What tag would you enter to set the frame border color of every frame on the page to red?

 

  1. What tag would you enter to set the frame border to 5 pixels?