Frames Questions
- What
are frames?
- Why
are frames useful in displaying a Web presentation?
- Why is
the <BODY> tag unnecessary for pages that contain frames?
- 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?
- What
HTML tag would you enter to use the Home.htm file as a source for a frame?
- What
HTML code would you enter to remove the scroll bars from the frame for the
Home.htm file?
- What
HTML code would you enter to set the size of the margin above and below
the Home.htm frame to 3 pixels?
- What
HTML code would you enter to keep users from moving the frame borders for
the Home.htm file?
- When
you click a hyperlink inside of a frame, what frame will the page appear
in by default?
- What
HTML code would you enter to assign the name “Address” to a frame whose
document source is Address.htm?
- What
HTML code would you enter to direct a hyperlink to a frame named “News”?
- 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?
- What
tag would you enter to direct all hyperlinks in a document to the “News”
target?
- Describe
what you would do to make your page readable by both browsers that support
frames and those that do not.
- What
tag would you enter to set the frame border color of every frame on the
page to red?
- What
tag would you enter to set the frame border to 5 pixels?