To Notes

Summary for HCI 201 -- 3/7/06

 

Review Questions

  1. Explain the difference between a normal frame and an inline frame.
    Ans: A normal frame is a frames page that takes up the entire browser and displays HTML pages in its frames. An inline frame is placed on an HTML page.

  2. What is a frameset?

    Ans: A list of all the frames that will make up the frames page.

  3. Sketch the frames page defined by this frameset:
    <frameset cols="50%, *">
        <frameset rows="15%, *">
            <frame name="nw" src="header.htm">
            <frame name="sw" src="body1.htm">
        </frameset>
        <frameset rows="*, 15%">
            <frame name="ne" src="body2.htm">
            <frame name="se" src="footer.htm">
        </frameset>
    </frameset>
    
  4. What is the target of an address tag?

    Ans: The target of an address tag specifies where the HTML page with the tag address will be displayed. This is important for a frames page, where a link specifies the target as a different frame on the frames page.

  5. How do you add a control like a textbox, button or drop-down list to a page?
    Ans: Select Insert Form >> Select the control to add.

 

Take Quiz 5

 

Checklists for Website Design

 

Implementing a Slide Show

 

Changing More than One Webpage with a Single Click

 

Using Cut and Paste Javascript