Name:     ID: 
 
    Email: 

HTML Project 5 Creating Frames on a Web Page

True/False
Indicate whether the sentence or statement is true or false.
 

1. 

Each frame in a Web page can display a different, individual Web page, with multiple pages able to interact with each other.
 

2. 

A frame is a rectangular area in which only text can appear.
 

3. 

In a frame definition file, you specify the layout for frames and their contents.
 

4. 

A frameset can be thought of as a window with various windowpanes.
 

5. 

The <FRAMESET> tag does not require an end tag when creating frames.
 

6. 

A <FRAME> tag is required for each frame in a frameset.
 

7. 

Frames can be used to replace menu lists and menu bars.
 

8. 

The <FRAMESET ROWS="30%, 70%"> tag creates two rows.
 

9. 

Scroll bars allow a Web page visitor to scroll vertically or horizontally through a Web page when the page is longer or wider than the screen.
 

10. 

To create an effective frame structure, you should begin with a good design.
 

Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
 

11. 

Which of the following is an advantage of using frames?
a.
they can organize Web pages
b.
they can replace tables
c.
they can replace menu bars
d.
all of the above
 

12. 

A frame definition file ____.
a.
contains the layout of the frames on the Web page
b.
specifies the Web page contents of the frames on the Web page
c.
includes the HTML for all of the Web pages to be contained in the frames on the Web page
d.
both a and b
 

13. 

Which of the following tags displays alternate content if the browser used does not support frames?
a.
<NOFRAMES> </NOFRAMES>
b.
<ALT> </ALT>
c.
<FRAMESET> </FRAMESET>
d.
<NO> </NO>
 

14. 

Which of the following is a tag used in the creation of a frame definition file?
a.
<FRAME>
b.
<FRAMESET>
c.
<NOFRAMES>
d.
all of the above
 

15. 

Which of the following attributes in the <FRAMESET> tag indicates the number of columns?
a.
TABLE
b.
VERT
c.
COLUMNS
d.
COLS
 

16. 

Which of the following attributes in the <FRAMESET> tag  indicates the number of rows?
a.
ROWS
b.
TR
c.
HORIZONTAL
d.
TD
 

17. 

You use the SRC and NAME attributes in which of the following tags?
a.
<FRAME>
b.
<TABLE>
c.
<NOFRAMES>
d.
<FRAMESET>
 

18. 

Which of the following attributes allows you to turn off scrolling in a frame?
a.
OFFSCROLL
b.
SCROLLING
c.
SCROLLBAR
d.
none of the above
 

19. 

The difference between the initial HTML tags used in the creation of a frame definition file, as opposed to the initial HTML tags for a Web page without frames, is the omission of the ____ tags.
a.
<HTML> and </HTML>
b.
<HEAD> and </HEAD>
c.
<BODY> and </BODY>
d.
<TITLE> and </TITLE>
 

20. 

Which of the following attributes indicates that there are two rows and they will display in 30 percent and 70 percent of the screen, respectively?
a.
COLS="30%,70%"
b.
ROWS="30%,70%"
c.
ROWS="70%,30%"
d.
ROWS="30%,70%,30%"
 

Completion
Complete each sentence or statement.
 

21. 

A(n) ______________________ is a rectangular area in which text or graphics can appear, often used to divide a Web page into more than one window.
 

 

22. 

The <______________________> tags define the structure of the frames within a window.
 

 

23. 

The <______________________> tag defines a given frame within a frameset.
 

 

24. 

The <______________________> tags provide alternate content if the browser used does not support frames.
 

 

25. 

The ______________________ attribute indicates the source to be displayed in the frame.
 

 



 
Submit          Reset Help