True/False Indicate whether the sentence or statement is true or false.
|
| |
|
|
1.
|
It is a good idea to view your Web pages using different browsers, and if possible, different operating systems.
|
| |
|
|
2.
|
The default rendering of a horizontal line is standard across browsers.
|
| |
|
|
3.
|
HTML does not necessarily tell you how a browser will display a document.
|
| |
|
|
4.
|
In good HTML code, nested elements do not cross.
|
| |
|
|
5.
|
You should be careful to make each id name unique within a document.
|
| |
|
|
6.
|
To force a document to appear in a new window, you add the target attribute to the <a> tag.
|
| |
|
|
7.
|
The style to define the background color is backcolor: color.
|
| |
|
|
8.
|
If you specify red text on a gray background for the Web page body, all elements within the page inherit that color combination unless you specify different styles for specific elements.
|
| |
|
|
9.
|
Because of the way that browsers work with inline images, it is a generally a good idea to specify the height and width of an image even if you are not trying to change its dimensions.
|
| |
|
|
10.
|
The image map coordinates (123, 45) refer to a point 123 pixels from the right edge and 45 pixels down from the top.
|
| |
|
|
11.
|
You could set all boldfaced text to blue using the style definition: b {color: blue}.
|
| |
|
|
12.
|
A users operating system does not impact the appearance of a document.
|
| |
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.
|
| |
|
|
13.
|
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.
|
| |
|
|
14.
|
Tags that are one-sided contain no content.
|
| |
|
|
15.
|
When your browser retrieves a background image file, it repeatedly inserts the image into the background, in a process called montaging, until the entire display window is filled up.
|
| |
|
|
16.
|
The safety palette is a collection of 255 colors that display consistently on different browsers and operating systems.
|
| |
Multiple Choice Identify the letter of the choice that best completes the statement or answers the question.
|
| |
|
|
17.
|
The ____ logical character tag indicates that characters should be emphasized in some way, and most browsers do so with italics.
| a. | <em> | b. | <b> | c. | <strong> | d. | <i> |
| | | | | | | |
|
| |
|
|
18.
|
The tags <small>, <b>, and <sup> are all ____ character tags.
| a. | intrinsic | b. | logical | c. | parsed | d. | physical |
| | | | | | | |
|
| |
|
|
19.
|
If you want an external document to be displayed in its own browser window, you can assign the ____ keyword to the target attribute.
| a. | _same | b. | _blank | c. | _this | d. | _over |
| | | | | | | |
|
| |
|
|
20.
|
A(n) ____ is a set of rules that governs how information is exchanged.
| a. | prototype | b. | index | c. | resource | d. | protocol |
| | | | | | | |
|
| |
|
|
21.
|
____ standard color names are supported by HTML and XHTML.
|
| |
|
|
22.
|
Which of the following is one of the standard color names in HTML?
| a. | gold | b. | salmon | c. | lime | d. | All of the above |
| | | | | | | |
|
| |
|
|
23.
|
____ fonts are best read in large blocks of text like paragraphs.
The book's answer is b, but, in truth, serif fonts are considered easier to read, especially in smaller fonts, so either answer is ok
| a. | Serif | b. | Sans-serif | c. | Monospace | d. | Cursive |
| | | | | | | |
|
| |
|
|
24.
|
If an element contains 12pt text, a length of 2em equals _____..
| a. | 24pts | b. | 12pts | c. | 4pts | d. | 2pts |
| | | | | | | |
|
| |
|
|
25.
|
The amount of space between pairs of letters is referred to as the ____.
| a. | tracking | b. | dithering | c. | kerning | d. | pacing |
| | | | | | | |
|
| |
|
|
26.
|
In the style li b {color: blue} , li is the ____ element.
| a. | child | b. | parent | c. | ascendant | d. | descendent |
| | | | | | | |
|
| |
Completion Complete each sentence or statement.
|
| |
|
|
27.
|
W3C stands for the World Wide Web Consortium
|
| |
|
|
28.
|
A(n) hexadecimal number is a number based on base-16 mathematics rather than the base-10 form that we use everyday.
|
| |
|
|
29.
|
The em unit is equal to the width of the capital letter M.
|
| |
|
|
30.
|
The ex unit is equal to the height of a lowercase letter
x.
|
| |
|
|
31.
|
When a browser encounters a color not in its palette, it attempts to render the color by mixing dots of other colors, in a process called dithering.
|
| |
|
|
32.
|
Border widths are expressed in standard CSS units of length, or with the keywords, thin, medium, or thick.
|
| |