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

Attributes, Lists and Tables

True or False



1

<blink> is a non-standard tag that is not supported by both NN and IE.
A)TRUE
B)FALSE
2

W3C is the organization in charge of standardizing HTML.
A)TRUE
B)FALSE
3

A deprecated element will not work in either of the major browsers, NN and IE.
A)TRUE
B)FALSE
4

An element declared as deprecated by the W3C is obsolete.
A)TRUE
B)FALSE
5

The W3C's motivation behind deprecation is to enhance HTML's presentation ability.
A)TRUE
B)FALSE
6

HTML elements primarily used for presentation have been deprecated.
A)TRUE
B)FALSE
7

If you use several attributes in the font tag, the order of the attributes is crucial.
A)TRUE
B)FALSE
8

XHTML requires that an attribute's value be enclosed in quotation marks.
A)TRUE
B)FALSE
9

If your HTML table does not display, it's possible you omitted the </table> tag.
A)TRUE
B)FALSE
10

If you want most surfers to be able to view your pages right now, you should use transitional XHTML and minimize the use of deprecated elements.
A)TRUE
B)FALSE




McGraw-Hill/Irwin