Monday, January 23, 2012

9. HTML Frames

  •  What is the purpose of using frames in HTML? The framest element holds one or more frame elements. Each frame element can hold a separate document.
  • Vertical frames
  • What does this example demonstrate? It has vertical frames.
  • Change the numbers and words inside the quotation marks.  Describe what happens. the boxes changes size.
  • Horizontal frames
  • 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 most frame 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.
  • 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.
  • What do you do for browsers that do not support frames?
  • How to use the <no frames> tag
  • What does this example demonstrate? It has vertical frames.
  • Why would you use this example? For the frames
  • Mixed frameset
  • 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.
  • What does this example look like?
  • Frames with noresize="noresize"
  • What does this example demonstrate? Two vertical boxes.
  • Why would you include this tag? Because of the frame
  • Navigation frame
  • What are 2 advantages of frames? Navigation, clicking on different pages 
  • Where are the frames in this example located?  On the second frame
  • How do you get to these frames? By using the codes.
  • In line frame
  • What does this example demonstrate?
  • What happens if a browser does not support in line frames?
  • Jump to a specified section within a frame
  • What does this example demonstrate? Two frames
  • What happens when you do not include this in your frame?  You wont know what's in every chapter in your project.

No comments:

Post a Comment