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

Multiple Choice Quiz



1

Which of the following is an example of an HTML editor?
A)TextPad
B)Notepad
C)Dreamweaver
D)Pico
2

Which of the following operating systems distinguishes between upper and lower case letters in HTML source file names?
A)Windows
B)Mac OS
C)Unix
D)None of the above
3

Which of the following show properly nested tags for two elements?
A)<head><title> . . . </head></title>
B)<title><head> . . . </head></title>
C)<head><title> . . . </title></head>
D)all of the above
4

Which of the following is intended to be the successor of HTML version 4?
A)HTML version 5
B)DHTML
C)XML
D)XHTML
5

Which of these tags is NOT valid in HTML version 4?
A)<body>
B)<BODY>
C)<bOdY>
D)all of the above are valid tags in HTM version 4
6

Which of the following are empty elements in XHTML?
A)<meta />
B)<br />
C)both A and B
D)neither A nor B
7

Which of the following elements will display text using the smallest font size?
A)<h0></h0>
B)<h1></h1>
C)<h6></h6>
D)<h8></h8>
8

Which of these is NOT a block-level tag?
A)<h2>
B)<p>
C)<br />
D)<blockquote>
9

Which of these is not a tag that defines presentation (i.e., style)?
A)<b>
B)<font>
C)<i>
D)<em>
10

Who has final say over what font is used to display a web page?
A)the surfer
B)the browser designers
C)the web page designer
D)the printer




McGraw-Hill/Irwin