TRUE/FALSE
1. A network that covers a wider area, such as several buildings or cities, is called a wide area network or
WAN.
ANS: T PTS: 1 REF: HTML 4
2. Each document on the World Wide Web is referred to as a Web page and is stored on a file server.
ANS: F PTS: 1 REF: HTML 5
3. Web pages are text files written in Hypertext Markup Language (HTML).
ANS: T PTS: 1 REF: HTML 5
4. XML is a compact offshoot of SGML and is used to define new markup languages, known as XML
vocabularies.
ANS: T PTS: 1 REF: HTML 6
5. Each browser has its own external style sheet that specifies the appearance of different HTML
elements.
ANS: F PTS: 1 REF: HTML 7
6. An HTML document is composed of tags that represent distinct items in the Web page, such as a
paragraph, the page heading, or even the entire body of the page itself.
ANS: F PTS: 1 REF: HTML 8
7. Elements support attributes that specify the use, the behavior, and in some cases the appearance of an
element.
ANS: T PTS: 1 REF: HTML 9
8. Since an HTML file is a text file, it is composed of text characters and blank space.
ANS: F PTS: 1 REF: HTML 9
9. The rules that govern how code should be entered are called syntax.
ANS: T PTS: 1 REF: HTML 10
10. The body element is where you provide browsers with information about the document.
ANS: F PTS: 1 REF: HTML 13
11. You can quickly change an XMTML document into an HTML document just by altering the first three
line of code.
, ANS: F PTS: 1 REF: HTML 16
12. Heading elements contain the text of main headings on a Web page.
ANS: T PTS: 1 REF: HTML 26
13. Ordered lists are used for items that follow some defined sequential order.
ANS: T PTS: 1 REF: HTML 35
14. The top level of a nested list contains minor items, with each sublevel containing items of greater
importance.
ANS: F PTS: 1 REF: HTML 37
15. Style sheets are written in the Cascading Style Sheet (CSS) language.
ANS: T PTS: 1 REF: HTML 41
16. The figure above shows an ordered list.
ANS: F PTS: 1 REF: HTML 42
17. The most often-used program language for the Web is JavaScript.
ANS: T PTS: 1 REF: HTML 43
, 18. A text-level element does not start out on a new line but flows below the rest of the characters in
grouping element.
ANS: F PTS: 1 REF: HTML 45
19. The exact appearance of the hr element is left to the browser.
ANS: T PTS: 1 REF: HTML 51
20. Inline images are considered text-level elements and thus must be placed within a grouping element
such as a body or a paragraph.
ANS: F PTS: 1 REF: HTML 52
MODIFIED TRUE/FALSE
1. In order for computers to share resources efficiently, they can be linked together in a structure called a
network. _________________________
ANS: T PTS: 1 REF: HTML 4
2. Hypertext organizes data through a series of sites or hyperlinks users can activate to jump from one
piece of information to another. ______________________
ANS: F, links
PTS: 1 REF: HTML 4
3. A markup language is a language that describes the content and structure of a document by identifying
different elements in the document._________________________
ANS: T PTS: 1 REF: HTML 5
4. Each element of a document is marked within the HTML file by one or more links.
_________________________
ANS: F, tags
PTS: 1 REF: HTML 8
5. Empty space includes blank spaces, tabs, and line breaks found within the file.
_________________________
ANS: F, White space
PTS: 1 REF: HTML 9
6. 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. _________________________
ANS: F, two-sided