True/False Indicate whether the
statement is true or false.
|
|
|
1.
|
Any text editor will work for creating both HTML
tags and JavaScript code.
|
|
|
2.
|
HTML tags work everywhere on the Web and even work on Web-enabled cell phones,
palm-sized devices, and Web-enabled television.
|
|
|
3.
|
HTML tags are just instructions to the Web
browser.
|
|
|
4.
|
HTML tags usually appear in pairs enclosed in
(parentheses).
|
|
|
5.
|
In Notepad, word-wrap settings have no impact on your HTML code or how a page is
displayed by a browser.
|
|
|
6.
|
The br tag does not need a pair or a separate closing tag but should still be
closed.
|
|
|
7.
|
In HTML, values are always placed in
parentheses.
|
|
|
8.
|
You can add attributes and values to the <hr /> tag to change the size and
shape of the horizontal rule.
|
|
|
9.
|
Links change color after they have been
clicked.
|
|
|
10.
|
The pound sign (#) can be created by holding the
Shift key down and pressing the number 4.
|
|
|
11.
|
The quotation marks (“) are created by
holding down the Shift key and pressing the comma (,) key.
|
|
|
12.
|
The extensions .gif, .png, and .jpg tell your browser that these files are
audio-related and require special handling.
|
|
|
13.
|
A common error is created by transposing the R and the C in the <img src>
tag.
|
|
|
14.
|
Tables can have borders by adding a border attribute with a number value.
|
|
|
15.
|
Within cells, you can align pictures and text to the center, left, or
right.
|
|
|
16.
|
There was a time when a Web page would be made entirely of words or text. Today,
pictures and graphics dominate Web pages, attracting a greater number of visitors than ever
before.
|
Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
|
17.
|
____ is the original Web page creation tool that allows you to create dynamic
Web pages.
a. | HTML | c. | JavaScript | b. | HTTP | d. | TCP/IP |
|
|
|
18.
|
The ____ page is the main or primary Web page for a corporation, organization,
or individual.
a. | home | c. | splash | b. | welcome | d. | landing |
|
|
|
19.
|
<Angle brackets> appear on the ____ key and period key on your
keyboard.
a. | comma | c. | double quotation mark | b. | semicolon | d. | single quotation mark |
|
|
|
20.
|
Use the simplest, most basic tools available when writing HTML, such as
____.
a. | Notepad on a Windows PC | c. | either a. or b.
| b. | Microsoft Word on a PC | d. | neither a. nor b. |
|
|
|
21.
|
Heading numbers indicate the level of importance for marked headings, with ____
being the most prominent.
|
|
|
22.
|
Ordered, or numbered, lists use the following tags: ____.
a. | <ul></ul> | c. | <nl></nl> | b. | <ol></ol> | d. | <bl></bl> |
|
|
|
23.
|
HTML tags display Web pages on ____
computers.
a. | Macintosh | c. | Windows | b. | Linux | d. | all of the
above |
|
|
|
FIGURE 1-1 
|
|
|
24.
|
In Figure 1-1 above, the list shown is an example of a(n) ____.
a. | unordered list | c. | ordered list | b. | bulleted list | d. | either a. or b. |
|
|
|
Case 1-1 Sheila is the owner of a pet toy shop and is planning her
first Web site.
|
|
|
25.
|
Sheila owns a personal computer that runs Windows. She wants to write her own
HTML code in a simple text editor. What program would you recommend that Sheila use?
a. | Microsoft Word | c. | Adobe Dreamweaver | b. | Notepad | d. | Sites from
Google |
|
|
|
26.
|
The tag that indicates the beginning of a paragraph is the ____ tag.
|
|
|
27.
|
To change the background color of your page, you can add the background
____.
a. | attribute | c. | value | b. | link | d. | behavior |
|
|
|
28.
|
Hexadecimal numbers use the letters A, B, C, D, E, and F along with the numbers
0 to 9 to create ____ different digits.
|
|
|
29.
|
A widely used tag is the ____, or horizontal, rule.
a. | <h /> | c. | <hspace /> | b. | <hrule /> | d. | <hr /> |
|
|
|
30.
|
The ____ format adheres to an international set of graphics standards, is
probably the format used by the camera on your cell phone, and is supported by most digital cameras
today.
a. | PNG | c. | JPEG or JPG | b. | GIF | d. | TIFF |
|
|
|
31.
|
Many pictures are ____; that is, someone owns them.
a. | trademarked | c. | patented | b. | copyrighted | d. | censored |
|
|
|
32.
|
When creating a table, the ____ tag defines a table row.
a. | <tr> | c. | <t row> | b. | <row> | d. | <trow> |
|
|
|
33.
|
You can save Web page files with an ____ extension.
a. | .htm | c. | either a. or b. | b. | .html | d. | neither a. nor
b. |
|