McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Sample Code
Multiple Choice Quiz
True or False
Feedback
Help Center


Programming the Web Using XHTML and JavaScript
Larry Randles Lagerstrom

Web Page Design and Layout

True or False



1

{position:absolute; top:75; left:150} may also be written as {position:absolute; left:150; top:75}
A)TRUE
B)FALSE
2

By default, a web page element's containing block is defined by the <body> element.
A)TRUE
B)FALSE
3

When an absolute position is specified for an image, it is removed from the normal flow-- text will continue to display on the page as if the image were not there.
A)TRUE
B)FALSE
4

The cellspacing style property is used to add extra blank spaces around the inside of a division so that the contained text does not hit the edges.
A)TRUE
B)FALSE
5

The cellspacing style property is used to add extra blank spaces around the inside of a table cell so that the contained text does not hit the edges.
A)TRUE
B)FALSE
6

Vertical positioning of text in a table cell can be specified using the valign attribute.
A)TRUE
B)FALSE
7

Netscape Navigator recognizes nested tables but Internet Explorer does not.
A)TRUE
B)FALSE
8

The HTML file containing the <frameset> element is called a layout document.
A)TRUE
B)FALSE
9

Frames must be used in a disciplined way for page layout in order to offset their potential drawbacks.
A)TRUE
B)FALSE
10

Adding target="_main" to a link tag causes the browser to display the linked document in the browser window without any frames.
A)TRUE
B)FALSE




McGraw-Hill/Irwin