What is the purpose of using frames in HTML?
What does this example demonstrate?
How to make each frame a different size and color.
Change the numbers and words inside the quotation marks. Describe what happens.
What does this example demonstrate?
How to place every frame in a different row.
What is the difference between these two examples?
One example shows you how to change size and color , while the other shows you how to make different rows .
What makes them different?
They way its formatted.
What are 2 advantages of frames?
With frames, several Web pages can be displayed in the same browser window.
What are 2 disadvantages of frames?
What does the frameset tag do in HTML?
The frameset element holds one or more frame elements.
What does the frame tag do in HTML?
The <frame> tag defines one particular window (frame) within a frameset.
How can you prevent the user from changing frame sizes?
What do you do for browsers that do not support frames?
You can display more than one HTML document in the same browser window.
What does this example demonstrate?
How to make each frame a different size and color.
Change the numbers and words inside the quotation marks. Describe what happens.
The headings to each frame changes .
What does this example demonstrate?
How to place every frame in a different row.
What is the difference between these two examples?
One example shows you how to change size and color , while the other shows you how to make different rows .
What makes them different?
They way its formatted.
What are 2 advantages of frames?
With frames, several Web pages can be displayed in the same browser window.
Each frame is independent of the others.
What are 2 disadvantages of frames?
- Frames are not expected to be supported in future versions of HTML.
- The web developer must keep track of more HTML documents .
What does the frameset tag do in HTML?
The frameset element holds one or more frame elements.
What does the frame tag do in HTML?
The <frame> tag defines one particular window (frame) within a frameset.
How can you prevent the user from changing frame sizes?
What do you do for browsers that do not support frames?
No comments:
Post a Comment