Name:     ID: 
 
    Email: 

Test 1.1 HTML

Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
 

 1. 

Users with computers connected to the Internet can access _____.
a.
the World Wide Web
c.
e-mail
b.
newsgroups
d.
All of the above
 

 2. 

Any computer that has the right software installed on it and is connected to the Internet can act as a Web _____.
a.
server
c.
key
b.
proxy
d.
transfer protocol
 

 3. 

A very large Web site may be spread over a number of _____ in different geographic locations.
a.
clients
c.
servers
b.
proxies
d.
protocols
 

 4. 

A(n) _____ is used by employees or members of a given organization.
a.
newsnet
c.
extranet
b.
Internet
d.
intranet
 

 5. 

In order to view a Web page on any type of Web site, a computer needs to have a Web _____ installed.
a.
browser
c.
manager
b.
client
d.
explorer
 

 6. 

To locate a Web page using a browser, you type its _____ in the browser’s Address, or Location, bar.
a.
tag
c.
header
b.
URL
d.
index
 

 7. 

The _____ tag is used to display a horizontal rule across the page.
a.
<line>
c.
<rule>
b.
<across>
d.
<hr />
 

 8. 

HTML is a subset of ____.
a.
Perl
c.
SGML
b.
Linux
d.
C++
 

 9. 

An XHTML coding practice is to require that the HTML file include a ____ statement.
a.
BODY
c.
HEAD
b.
DOCTYPE
d.
LINK
 

 10. 

You can create Web pages using a(n) ____, such as Microsoft FrontPage or Macromedia Dreamweaver.
a.
text editor
c.
WYSIWYG editor
b.
HTML editor
d.
development editor
 

 11. 

The _____ should identify the subject or purpose of a Web page.
a.
background
c.
title
b.
header
d.
body
 

 12. 

On the Web, _____ are the primary way to navigate between Web pages and among Web sites.
a.
indices
c.
links
b.
icons
d.
images
 

 13. 

_____ links are the most commonly used hyperlinks.
a.
Server
c.
Text
b.
Proxy
d.
Protocol
 

 14. 

The _____ tags indicate the start and end of an HTML document.
a.
<head> and </head>
c.
<body> and </body>
b.
<page> and </page>
d.
<html> and </html>
 

 15. 

The _____ tags indicate the boundaries of a Web page.
a.
<html> and </html>
c.
<head> and </head>
b.
<page> and </page>
d.
<body> and </body>
 

 16. 

When the browser finds a _____ tag in an HTML file, it starts a new line and inserts a blank line above the new paragraph.
a.
<br/>
c.
<li>
b.
<p>
d.
<n>
 

 17. 

Numbered lists are also called _____ lists.
a.
browser
c.
manager
b.
ordered
d.
explorer
 

 18. 

The _____ tags must be at the start and end of an unordered list.
a.
<li> and </li>
c.
<ul> and </ul>
b.
<ol> and </ol>
d.
<dl> and </dl>
 

 19. 

The _____ tags are used to define a list item in an ordered or unordered list.
a.
<li> and </li>
c.
<ul> and </ul>
b.
<ol> and </ol>
d.
<dl> and </dl>
 

 20. 

HTML files must end with an extension of ____.
a.
.htm
c.
.http
b.
.html
d.
Either A or B
 

 21. 

The ____ capability of Windows allows more than one program or process to run at the same time.
a.
multitasking
c.
browsing
b.
paging
d.
referencing
 

 22. 

When creating a ____ image, you can specify the image quality to reach a balance between image quality and file size.
a.
JPEG
c.
PNG
b.
GIF
d.
TIFF
 

 23. 

The _____ attribute is used to define the URL of an image to load with the <img> tag.
a.
src
c.
loc
b.
url
d.
load
 

 24. 

Dimension is added to a horizontal rule by increasing the number of ____ that are displayed.
a.
picas
c.
points
b.
pixels
d.
bytes
 

 25. 

____ code is the code or instructions used to create a Web page or program.
a.
Compiled
c.
WYSIWYG
b.
Source
d.
Development
 

 26. 

_____ can serve as hyperlinks.
a.
Text
c.
Animations
b.
Graphics
d.
All of the above
 

 27. 

When text identifies a link, it often appears as _____ text.
a.
bold
c.
indexed
b.
embedded
d.
underlined
 

 28. 

With Internet Explorer, the default color for a normal link that has not been clicked is _____.
a.
red
c.
green
b.
purple
d.
blue
 

 29. 

By default, headings are _____.
a.
left-aligned
c.
center-aligned
b.
right-aligned
d.
justified
 

 30. 

With the <font> tag, the _____ attribute changes the font type.
a.
value
c.
face
b.
type
d.
point
 

 31. 

The default bullet type is _____.
a.
disc
c.
circle
b.
square
d.
triangle
 

 32. 

The ____ tag displays text above normal text.
a.
<above> </above>
c.
<sup> </sup>
b.
<up> </up>
d.
<on> </on>
 

 33. 

To end right-aligned text wrap, enter the ____ tag where the text should stop wrapping to the right.
a.
<br clear=“right” />
c.
<br nowrap=“right” />
b.
<br stop=“right” />
d.
<br end=“right” />
 

 34. 

The three values for vertical alignment of text with an image are ____.
a.
above, middle, or below
c.
top, center, or bottom
b.
up, middle, or down
d.
top, middle, or bottom
 

 35. 

The _____ attributes of the <img> tag control the amount of horizontal and vertical space around an image.
a.
above and beside
c.
left and top
b.
center and top
d.
hspace and vspace
 

 36. 

To create a(n) ____ version of an image, the image can be resized to a smaller size in a paint or image-editing project and then saved with a different file name.
a.
thumbnail
c.
indexed
b.
pixelated
d.
master
 

 37. 

To create a link to a link target, the href attribute is followed by a ____ and the target name enclosed in quotation marks.
a.
$
c.
#
b.
&
d.
@
 

 38. 

Using a table to create a(n) _____ is a simple technique that gives an image a polished look and highlights the image.
a.
banner
c.
index
b.
link
d.
frame
 

 39. 

A heading cell displays text as bold and _____.
a.
left-aligned
c.
right-aligned
b.
center-aligned
d.
justified
 

 40. 

You can set _____ for an entire row of information, for a single cell, or for one or more cells within a row.
a.
links
c.
attributes
b.
keys
d.
indices
 

 41. 

The _____ attribute supports several values to provide different formatting options.
a.
headers
c.
grid
b.
borders
d.
rules
 

 42. 

The _____ value for the rules attribute creates a table with vertical rules between each column in the table.
a.
cols
c.
up
b.
vert
d.
rows
 

 43. 

The _____ tag indicates the start and end of a table.
a.
<tr> </tr>
c.
<table> </table>
b.
<t> </t>
d.
<tab> </tab>
 

 44. 

The _____ tag does not use the valign attribute.
a.
<tr>
c.
<td>
b.
<table>
d.
<th>
 

 45. 

The width of a table’s border is defined in _____.
a.
picas
c.
points
b.
pixels
d.
inches
 

 46. 

The default alignment for a table is _____.
a.
right-aligned
c.
centered
b.
left-aligned
d.
justified
 

 47. 

If no width is specified for a table, the table utilizes ____ of the window’s width.
a.
0%
c.
75%
b.
50%
d.
100%
 

 48. 

Indicating the ____ of an image takes the burden off of the browser and helps Web pages load faster.
a.
index
c.
width and height
b.
resolution
d.
style
 

 49. 

Using ____ adds space between cells, which gives the table additional white space and creates a more polished look.
a.
cellspacing
c.
cellwidth
b.
cellpadding
d.
cellheight
 

 50. 

A caption can be placed ____ a table.
a.
to the left of
c.
above
b.
to the right of
d.
All of the above
 



 
Submit          Reset Help