True/False
Indicate whether the sentence or statement is true
or false.
|
| 1. | The
<HTML> and <HEAD> tags are not required, so your browser can display your Web page
without them. However, you should include these tags because they are a good standard to
follow.
|
| 2. | If a
feature on a Web page is appealing, you can view its source and copy sections of the HTML code to put
in your own Web pages.
|
| 3. | When
you open a file located on your computer using a browser, it gives you the same look and feel as if
you actually had published the Web page to a Web server.
|
| 4. | To
initiate a definition list, you begin with the (<DL>) tag.
|
| 5. | When
the Word Wrap command is turned on, a check mark precedes the command on the Edit menu.
|
| 6. | Notepad and WordPad are text editors that can be used to create HTML
files.
|
| 7. | One
method of maintaining a consistent look to your Web site is to use the same sized heading for all
topics on the same level.
|
| 8. | The
default alignment for headings is centered.
|
| 9. | Horizontal rules are graphical images that act as dividers in your Web
page.
|
| 10. | The
<UL> </UL> tag indicates the beginning and end of an unordered list.
|
| 11. | The
<UL> and </UL> tags must be at the beginning and end of an unordered or bulleted
list.
|
| 12. | Web
page titles are optional and add little value to the page.
|
| 13. | Headings are the same font size as normal text, but they usually are bold or
italic.
|
| 14. | On a
Web page, inline images can serve as hyperlinks.
|
| 15. | Clicking a link instructs your browser to go to a location in a file or to request a
file from a server.
|
| 16. | When
text is used to identify a hyperlink, it usually is given the same color as the normal text for the
purpose of consistency.
|
| 17. | To
Quit Notepad, click the Minimize button on the Notepad title bar.
|
| 18. | HTML
files must end with an extension of .htm or .html. However, to read on all browsers, use the .htm
extension.
|
Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
| 19. | Which
of the following tags is the introduction to the file that follows the <HTML>
tag? a. | <HEAD> | b. | <INTRO> | c. | <BODY> | d. | <TITLE> | | |
|
| 20. | Which
of the following is the final set of tags that indicates the boundaries of a Web
page?. a. | <BODY> and
</BODY> | b. | <BOUND> and </BOUND> | c. | <HEAD> and
</HEAD> | d. | <OPEN> and <CLOSE> | | |
|
| 21. | Which
of the following can be added to a Web site to improve its appearance? a. | text
formatting | b. | a horizontal rule | c. | background
color | d. | all of the above | | |
|
| 22. | To
change the background color on a Web page, you use BGCOLOR in which of the following
tags? a. | <HEAD> | b. | <BODY> | c. | <COLOR> | d. | <TITLE> | | |
|
| 23. | To
view an HTML file in your browser, you should type the file location and name in which of the
following? a. | the Search
box | b. | the Start
menu | c. | the home
page | d. | the Address text
box | | |
|
| 24. | If
you have edited your file in Notepad and your browser is open, which of the following will allow you
to view the new changes in the browser? a. | the Refresh button | b. | the Home
button | c. | the Search button | d. | the Display
button | | |
|
| 25. | Which
of the following displays the Notepad menu names? a. | File menu | b. | menu
bar | c. | master
menu | d. | status
bar | | |
|
| 26. | Generally, which of the following heading styles is used for the main heading of a Web
page?
|
| 27. | Which
of the following specifies left-alignment? a. | ALIGN="LEFT" | b. | ALIGN/LEFT | c. | LEFT ALIGN | d. | ALIGN(LEFT) | | |
|
| 28. | Which
of the following is the HTML tag used to insert a horizontal rule? a. | <HOR> | b. | <HR> | c. | <RUL> | d. | none of the above | | |
|
| 29. | If
you want to change the default bullet or number type, which of the following should you use within
the <OL> or <UL> tags? a. | type key | b. | TYPE
attribute | c. | list option | d. | default
setting | | |
|
| 30. | Which
of the following is not an option when using ordered lists? a. | letters | b. | Roman numerals | c. | circles | d. | numbers | | |
|
| 31. | Which
of the following indicates the beginning of a new paragraph by inserting a blank line above the new
paragraph? a. | <P></P> | b. | <BR> | c. | <NEW></NEW> | d. | <BL> | | |
|
| 32. | Which
of the following tags breaks a line of text exactly at the point at which the tag
appears? a. | <P></P> | b. | <BR> | c. | <NEW></NEW> | d. | <BL> | | |
|
| 33. | Which
of the following is the name assigned to a page if you add the page to your browser's list of
bookmarks? a. | the
title | b. | the file extension | c. | the form
name | d. | the path
name | | |
|
| 34. | Numbered 1 through 6, HTML has six different sizes of which of the
following? a. | horizontal
rules | b. | headings | c. | hot
spots | d. | frames | | |
|
| 35. | Which
of the following could be a file requested from a server when you click a hyperlink? a. | graphic | b. | program | c. | multimedia | d. | all of the above | | |
|
Completion
Complete each sentence or
statement.
|
| 36. | The
<____________________> tag indicates the end of the title.
|
| 37. | The
____________________ attribute allows you to change the background color of a Web page.
|
| 38. | The
<____________________> tag is used to define a definition term in a definition
list.
|
| 39. | The
<____________________> tag is used to define the definition itself in a definition
list.
|
| 40. | Notepad's ____________________ feature makes all the complete text visible in the
window without affecting the way text appears when it is printed.
|
| 41. | In
Notepad, the ____________________ display different portions of the text file in the
window.
|
| 42. | In
Notepad, on both scroll bars, the ____________________ indicates your current location in the
file.
|
| 43. | The
<HR> tag inserts a(n) ____________________.
|
| 44. | The
heading size, <____________________>, is the largest of the heading sizes.
|
| 45. | The
<____________________> tag must be at the start of an unordered list.
|
| 46. | Each
item in an ordered or unordered list must have the <LI> tag in front of it and the
<____________________> tag at the end.
|
| 47. | A(n)
____________________ is a type of inline image in which you define one or more areas as
hotspots.
|
| 48. | ____________________ serve as the primary way to navigate between pages.
|
| 49. | HTML
files must end with an extension of .html or ____________________.
|
| 50. | Generally, the home page of a Web site with an extension of .html is called
____________________.
|