Computer Science - HTML 3 Quiz
Enter your name, print this page, and hand it in.
Name:
Date:
1. Which concept is used to display more than one HTML document in the same browser window?
a. frame
c. frameset
b. noframes
d. body
2. Which tag is used when the user's browser is too old to display frames?
a. <frame>
c. <frameset>
b. <noframes>
d. <body>
3. Which tag is used to define how to divide the window into frames?
a. <frame>
c. <frameset>
b. <noframes>
d. <body>
4. Which tag defines a sub window of the frameset?
a. <frame>
c. <frameset>
b. <noframes>
d. <body>
5. Which attribute(s) of the <frameset> tag shows how to define how the frame will look in the browser window?
a. cols="25%,*"
c. border="0"
b. rows="25%,*"
d. scrolling="auto"
6. Which attribute(s) of the <frame> tag prevents the user from resizing the frame?
a. noresize="noresize"
c. scrolling="auto"
b. name="frame1"
d. src="frame1.htm"
7. Which attribute of the <frame> tag defines a unique name for the frame?
a. src="frame1.htm"
c. scrolling="auto"
b. name="frame1"
d. noresize="noresize"
8. Which attribute of the <frame> tag determines scrollbar action?
a. noresize="noresize"
c. scrolling="auto"
b. name="frame1"
d. src="frame1.htm"
9. Which attribute(s) of the <frame> tag defines the URL of the file to show in the frame?
a. src="frame1.htm"
c. scrolling="auto"
b. name="frame1"
d. noresize="noresize"
10. Which are some disadvantage(s) of using frames?
a. The web developer must keep track of more HTML documents
c. Favorites and Bookmarks don't keep track of the proper URL
b. It is difficult to print the entire page
d. I don't know, Mr. Clarke, give me a hint?