Chapter 6 Quiz Flashcards
What is the difference between a frameset and a frame?
A frameset is a layout, frame is the content
The idea behind frames is that parts of a page can be fixed while other portions can be what?
scrollable
Frameset tag replaces what html tag?
body
What is the main difference between a frame-based and a table-based window?
Frame-based has different files displayed, while tables are one single file.
What tells the browser what content to put in a particular area?
frame tag
What tag defines how to divide the window?
frameset
Framesets define a set of what?
Frames/rows and columns
How is the asterisk used in a frameset?
it tells it to use the remaining space for a frame in a frameset
What attribute is used in the frame tag to specify the URL for the page?
src
Can framesets be combined?
Yes
How can you keep visitors from changing the size of your frames?
noresize=”noresize” or border=”0”
What does the border tag do?
It gives the frames borders dimensions to give them a view
What does the frameborder tag do?
It lets you choose to fill the space with a border or not
By, default, are borders displayed around frames?
yes-5 px wide
What attribute is used to change the color of the borders surrounding your frames?
border color