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

Creating a Basic Web Page

True or False



1

The <h1> and </h1> tags make up the header 1 element.
A)TRUE
B)FALSE
2

The text within the title element appears in the status bar of the browser.
A)TRUE
B)FALSE
3

Microsoft Word is an excellent tool for creating HTML text files.
A)TRUE
B)FALSE
4

Your computer does not have to be connected to the Web for you to create and view a web page.
A)TRUE
B)FALSE
5

When displaying a source document, the browser uses elements and only elements, to define the structure of a web document. The browser therefore ignores all extra tabs, spaces, and line breaks.
A)TRUE
B)FALSE
6

HTML allows the user to create new tags like <make>, <model>, and <year>.
A)TRUE
B)FALSE
7

Both XHTML and HTML version 4 require the use of the </p> tag.
A)TRUE
B)FALSE
8

The use of tags like <em> and <strong> instead of <i> and <b> help separate document structure from document presentation.
A)TRUE
B)FALSE
9

Courier is an example of a variable-width font.
A)TRUE
B)FALSE
10

HTML tags inside a comment are interpreted as usual by the browser.
A)TRUE
B)FALSE




McGraw-Hill/Irwin