Name:     ID: 
 
    Email: 

HTML Tutorial 1

True/False
Indicate whether the sentence or statement is true or false.
 

 1. 

The Internet consists of hundreds of millions of interconnected computers that enable users to communicate and share information.
 

 2. 

Because networks are so useful, it is not surprising that their use led to a "network of networks" called the World Wide Web.
 

 3. 

A link can open a document on your computer or a document on a computer anywhere in the world.
 

 4. 

Documents on the Web are known as Web pages and they are limited to text.
 

 5. 

It is a good idea to view your Web pages using different browsers, and if possible, different operating systems.
 

 6. 

An HTML file contains both formatting tags and content.
 

 7. 

The <em> logical tag emphasizes characters more strongly than <strong>.
 

 8. 

If an image file is located in the same folder as the HTML file, you do not need to include any file location path information.
 

 9. 

All browsers use the background-color style to assign a color to a horizontal line.
 

 10. 

The HTML code <hr style=“width: 50%” /> instructs the browser to place the line so that its length covers half of the width of the page.
 

 11. 

One of the most common network structures is the client-server network, which is made up of several clients accessing information provided by one or more servers.
 

 12. 

HTML is a formatting language similar to those used by some desktop publishing programs.
 

 13. 

HTML does not necessarily tell you how a browser will display a document.
 

 14. 

The World Wide Web Consortium has been responsible for the HTML language ever since the earliest days of its creation.
 
 
tutorial1_files/i0160000.jpg
 

 15. 

Item 1 indicated in the figure above is the text associated with the image, which displays for non-graphical browsers.
 

Modified True/False
Indicate whether the sentence or statement is true or false.  If false, change the identified word or phrase to make the sentence or statement true.
 

 16. 

In order for computers to share resources efficiently, they can be linked together in a structure called a network. _________________________

 

 17. 

The fact that the Internet and the Usenet are synonymous in many users’ minds is a testament to the success of the hypertext approach to providing documents. _________________________

 

 18. 

Web pages are written in a language called Hyperlink Markup Language, or HTML. _________________________

 

 19. 

You can create a source document with a word processor and then have an HTML editor save the document as an HTML file. _________________________

 

 20. 

A multi-sided tag contains an opening tag that tells the browser to turn a feature on and apply it to the content that follows, and a closing tag that turns off the feature. _________________________

 

 21. 

HTML supports six levels of headings, numbered h1 through h6, with h6 being the largest and most prominent. _________________________

 

 22. 

To view a revised file, click View on the menu bar in Internet Explorer, and then click Reload. _________________________

 

 23. 

To view a revised file, click View on the menu bar in Netscape, and then click Refresh. _________________________

 

 24. 

To create a special character, type an ampersand followed either by the code name or the code number, and then a colon. _________________________

 

 25. 

The width attributes of a line on a Web page are measured in either points or as a percentage of the screen width. _________________________

 

 26. 

A computer that makes a resource available to a network is called a client. _________________________

 

 27. 

XHTML is a strong and highly flexible metalanguage. _________________________

 

 28. 

The body element contains information about the document (e.g., its title or keywords that a search engine on the Web might use to identify this document for other users). _________________________

 

 29. 

A block-level element contains content displayed in a separate section within the page, setting it off from other areas. _________________________

 

 30. 

An inplace element is part of the same block as its surrounding content--for example, individual words or phrases within a paragraph. _________________________

 

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

 31. 

If computers are close together, the network linking them is called a ____.
a.
LAN
c.
NET
b.
WAN
d.
Web
 

 32. 

If a network covers several buildings or cities, it is called a ____.
a.
LAN
c.
NET
b.
WAN
d.
Web
 

 33. 

The largest WAN in existence is the ____.
a.
World Wide Web
c.
Internet
b.
Usenet
d.
All of the above
 

 34. 

The physical structure of the Internet uses ____ to send data back and forth.
a.
fiber-optic cables
c.
phone lines
b.
satellites
d.
All of the above
 

 35. 

The founders of the Web developed a system of ____ documents.
a.
hypertext
c.
parsed
b.
active
d.
dynamic
 

 36. 

The foundation for ____ was laid in 1989 by researchers seeking an information system that would make it easy for their colleagues to locate and share data.
a.
Usenet
c.
the Internet
b.
the Web
d.
a WAN
 

 37. 

Documents on the Web are known as Web ____.
a.
sites
c.
pages
b.
links
d.
indices
 

 38. 

A Web ____ makes a page available to users of the Web.
a.
client
c.
browser
b.
station
d.
server
 

 39. 

A Web ____ is a software program that retrieves the page and displays it.
a.
browser
c.
station
b.
client
d.
server
 

 40. 

____ browsers were incapable of displaying images.
a.
PDA
c.
Graphical
b.
Text-based
d.
Markup
 

 41. 

____ browsers can display video, sound, animations, and a variety of other features.
a.
Text-based
c.
Graphical
b.
Markup
d.
Tagged
 

 42. 

Web pages are text files written in a language called ____.
a.
SGML
c.
Perl
b.
Java
d.
HTML
 

 43. 

A ____ language is a language used to describe the content and structure of documents.
a.
markup
c.
validated
b.
parsed
d.
dictionary
 

 44. 

HTML was developed from ____.
a.
XML
c.
XHTML
b.
SGML
d.
Java
 

 45. 

The World Wide Web Consortium has created a set of ____ or specifications that all browser manufacturers.
a.
indices
c.
sheets
b.
standards
d.
styles
 

 46. 

The ____ is responsible for releasing each new version of HTML.
a.
NSF
c.
W3C
b.
EDCOM
d.
HTMX
 

 47. 

HTML version ____ included browser support for inline images and text controls for the first time.
a.
1.0
c.
3.0
b.
2.0
d.
4.01
 

 48. 

HTML version ____ was the first version supported by all graphical browsers.
a.
1.0
c.
3.0
b.
2.0
d.
4.01
 

 49. 

HTML version ____ included additional support for creating and formatting tables and expanded the options for interactive form elements.
a.
1.0
c.
3.0
b.
2.0
d.
4.01
 

 50. 

HTML version ____ added support for style sheets to give Web designers greater control over page layout.
a.
1.0
c.
3.0
b.
2.0
d.
4.01
 

 51. 

HTML version ____ expanded HTML's scripting capability and added increased support for multimedia elements.
a.
1.0
c.
3.0
b.
2.0
d.
4.01
 

 52. 

Over the years, each browser has added ____ to HTML that support new features.
a.
extensions
c.
parsers
b.
converters
d.
tags
 

 53. 

Browser ____ have provided Web page authors with more options, but at the expense of complicating Web page development.
a.
converters
c.
parsers
b.
extensions
d.
tags
 

 54. 

A two-sided tag contains a(n) ____ tag that tells the browser to turn on a feature and apply it to the content that follows.
a.
opening
c.
formatting
b.
introductory
d.
empty
 

 55. 

In a two-sided tag, a(n) ____ tag turns off the feature.
a.
end
c.
empty
b.
closing
d.
exit
 

 56. 

Closing tags are identified by the ____ that precedes the tag name.
a.
question mark
c.
slash
b.
exclamation point
d.
ampersand
 

 57. 

The ____ style of a header tag instructs the browser whether to center a given header, for example.
a.
text-position
c.
text-layout
b.
text-location
d.
text-align
 

 58. 

The portion of a document that Web users will see is contained between the ____ tags.
a.
<body>
c.
<display>
b.
<view>
d.
<visible>
 

 59. 

HTML supports ____ levels of headings.
a.
eleven
c.
four
b.
six
d.
three
 

 60. 

HTML formats text only through the use of tags and ignores ____.
a.
extra blank spaces
c.
tabs
b.
blank lines
d.
All of the above
 

 61. 

To add space between paragraphs, you use the ____ tag.
a.
<br>
c.
<p>
b.
<para>
d.
<sp>
 

 62. 

A(n) ____ list is used to display information in sequential order.
a.
ordered
c.
alphanumeric
b.
numeric
d.
bulleted
 

 63. 

If you omit the type attribute from an ordered list, browsers assume you want to create an ordered list using ____.
a.
Roman numerals
c.
lowercase letters
b.
numbers
d.
uppercase letters
 

 64. 

The type attribute for an unordered list can have which of the following values?
a.
rectangle
c.
disc
b.
pyramid
d.
Any of the above
 

 65. 

____ character tags specify how you want to use text, not necessarily how you want it displayed.
a.
Physical
c.
Intrinsic
b.
Formatting
d.
Logical
 

 66. 

The ____ logical character tag indicates that characters should be emphasized in some way; they usually display with italics.
a.
<em>
c.
<strong>
b.
<b>
d.
<i>
 

 67. 

A use for the ____ logical character tag would be to offset text that the user should type.
a.
<user>
c.
<enter>
b.
<kbd>
d.
<text>
 

 68. 

The ____ logical character tag indicates a citation.
a.
<quot>
c.
<cite>
b.
<para>
d.
<source>
 

 69. 

The tags <small>, <b>, and <sup> are all ____ character tags.
a.
intrinsic
c.
parsed
b.
logical
d.
physical
 

 70. 

Inline images should be in the ____ formats.
a.
GIF or JPEG
c.
TIFF or GIF
b.
JPEG or BMP
d.
PNG or BMP
 

 71. 

Code numbers for special characters are preceded by a ____.
a.
&
c.
#
b.
*
d.
^
 

 72. 

The size of lines on a Web page can be measured in ____.
a.
points
c.
icons
b.
picas
d.
pixels
 

 73. 

Users typically access a network through a computer called a ____.
a.
host
c.
lan
b.
wan
d.
server
 

 74. 

In its early days in the late 1960s, the Internet was called the ____ and consisted of two network nodes located at UCLA and Stanford connected by a phone line.
a.
MILNET
c.
NSFnet
b.
ARPANET
d.
Web
 

 75. 

____ are format descriptions written in a separate language from HTML that tell browsers how to render each element.
a.
Codes
c.
Styles
b.
Keys
d.
Icons
 

 76. 

Older features of HTML are often ____ by the W3C.
a.
depreciated
c.
deplored
b.
declined
d.
deprecated
 

 77. 

A(n) ____ is a distinct object in the document, like a paragraph, a heading, or the page’s title.
a.
element
c.
key
b.
icon
d.
index
 

 78. 

The technique of placing one element within another is called ____.
a.
linking
c.
loading
b.
nesting
d.
interlacing
 

 79. 

Styles specified as attributes in a tag are referred to as ____ styles.
a.
linked
c.
inline
b.
outlined
d.
ordered
 

 80. 

Which of the following inline elements is NOT deprecated?
a.
<center> ... </center>
c.
<menu> ... </menu>
b.
<blockquote> ... </blockquote>
d.
<dir> ... </dir>
 

Completion
Complete each sentence or statement.
 

 81. 

LAN stands for ______________________________.
 

 

 82. 

WAN stands for _________________________.
 

 

 83. 

____________________ documents are electronic files that contain elements that you can select, usually by clicking a mouse, to open other documents, and so on.
 

 

 84. 

The key to hypertext is the use of ____________________, which you activate to move from one topic to another.
 

 

 85. 

To view a Web page, the client runs a Web ____________________.
 

 

 86. 

Browser manufacturers were intended to follow a set of standards or ____________________ developed by the World Wide Web Consortium.
 

 

 87. 

XHTML stands for ______________________________.
 

 

 88. 

An HTML ____________________ takes text in one format and translates it to HTML code.
 

 

 89. 

An HTML ____________________ helps you create an HTML file by inserting HTML codes for you as you work.
 

 

 90. 

In a(n) ____________________ list, the list items are not listed in a particular order.
 

 

 91. 

A(n) ____________________ list is a list of terms, each followed by a definition line that is typically indented slightly to the right.
 

 

 92. 

Inline elements that allow you to format text characters are called ____________________ formatting elements.
 

 

 93. 

A(n) ____________________ image displays a graphic image located in a separate file within the contents of a block-level element
 

 

 94. 

A computer or other device that requests services from a server is called a(n) ____________________.
 

 

 95. 

A(n) ____________________ is a language used to create other languages.
 

 

Matching
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
Web server
e.
extensions
b.
Web browser
f.
XHTML
c.
tag
g.
ordered list
d.
attribute
h.
unordered list
 

 96. 

Designed to overcome some of the problems of competing HTML standards
 

 97. 

Marks each element in a document
 

 98. 

Used to present list items but not in a particular order
 

 99. 

Used to control the behavior/appearance of an element in a page
 

 100. 

A software program that retrieves Web pages and displays them
 



 
Submit          Reset Help