Thursday, January 5, 2012



  1. What is the purpose of using frames in HTML? The frameset element holds one or more frame elements. Each frame element can hold a separate document.
Vertical frameset
  1. What does this example demonstrate? it has vertical frames.
  2. Change the numbers and words inside the quotation marks.  Describe what happens. the boxes changes size.
Horizontal frameset
  • What does this example demonstrate?it has horizontal frames.
  • What is the difference between these two examples?one is vertical and the other is horizontal.
  • What makes them different?
  • What are 2 advantages of frames?
  • What are 2 disadvantages of frames?
  • Frames are not expected to be supported in future versions of HTML
  • Frames are difficult to use. (Printing the entire page is difficult).
  • What does the frameset tag do in HTML?The frameset element holds one or more frame elements. Each frame element can hold a separate document.
  • What does the frame tag do in HTML?With frames, you can display more than one HTML document in the same browser window.
 
  1. How can you prevent the user from changing frame sizes?To prevent a user from doing this, you can add noresize="noresize" to the <frame> tag.
  2. What do you do for browsers that do not support frames?
How to use the <noframes> tag
  1. What does this example demonstrate?it has vertical frames.
  2. Why would you use this example? for frames
Mixed frameset
  1. What does this example demonstrate?The <frameset> element specifies HOW MANY columns or rows there will be in the frameset, and HOW MUCH percentage/pixels of space will occupy each of them.
  2. What does this example look like?
Frameset with noresize="noresize"
  1. What does this example demonstrate? two vertical boxes.
  2. Why would you include this tag? frame
Navigation frame
  1. What are 2 advantages of frames?navigation, clicking on diffrent pages 
  2. Where are the frames in this example located?  on the second frame
  3. How do you get to these frames? by using the codes.
Inline frame
  1. What does this example demonstrate?
  2. What happens if a browser does not support inline frames?
Jump to a specified section within a frame
  1. What does this example demonstrate?Two frames
  2. What happens when you do not include this in your frame? you wont be able to know whats in every chapter in your project.

No comments:

Post a Comment