Most Web browsers assume a white page background by default.
T or F
T
REF: 138
If you don not define an element's color, it takes the color of the element that contains it.
T or F
T
REF: 138
The style to define the background color is backcolor: color.
T or F
F
REF: 138
If you choose to specify font size lengths using measurement units, you can use absolute units or keyword units.
T or F
F
REF: 143
The process by which you create a transparent color is independent of the graphics software you are using.
T or F
F
REF: 154
It is generally good practice to use at least three different font faces within a page.
T or F
F
REF: 142
An animated GIF is composed of several images that are displayed one after the other, creating the illusion of motion.
T or F
T
REF: 154
Browsers do not have default styles for the div element's padding, border, margins, or width.
T or F
T
REF: 174
As a general rule, you should use GIF's for photo's and use JPG's for illustrations that involve only a few colors.
T or F
F
REF: 156
The div element is an inline element and cannot be placed within a block-level element.
T or F
F
REF: 175
Users do not need to have the Flash player installed on their computers in order to view a Flash animaiton.
T or F
F
REF: 156
Because of the way that browsers work with inline images, it is a good idea to specify the height and width of an image even if you are not trying to change its dimensions.
T or F
T
REF: 157
When a browser encounters an inline image, it calculates the image size then uses this information to lay out the page.
T or F
T
REF: 157
The bgcolor attribute of the body tag is the preferred method for adding a background color to a page.
T or F
F
REF: 139
Using the border: style, the proper syntax is border: color type length.
T or F
F
REF: 170
The general format for a contextual selector is parent: descendant {styles}.
T or F
F
REF: 201
You could set all boldfaced text found in a paragraph to blue using the style definition: p b {color:blue}.
T or F
T
REF: 201
Not all browsers support contextual selectors.
T or F
T
REF: 203
Two or more pseudo-classes can never apply to the same element.
T or F
F
REF: 216
HTML and XHTML support attributes to create hover effects.
T or F
F
REF: 216
Static positioning is used more often used than absolute positioning.
T or F
F
REF: 227
By default, the height of an element is determined by its content.
T or F
T
REF: 234
A user's operating system does not impact the appearance of a document.
T or F
F
REF: 237
The max-width style can be used to set how large an element can grow.
T or F
T
REF: 237
By default, elements that are formatted later in an HTML of XHTML document are stacked on top of earlier elements.
T or F
T
REF: 238
The media attribute is required, regardless of the expected output device.
T or F
F
REF: 240
Using the link element, you can link serveral media style sheets to documents in your Web site.
T or F
T
REF: 241
A style sheet in which the output device is not specified is applied to all devices, unless it is superceded by a style designed for a particular device.
T or F
T
REF: 241
@media rules can be used to specify media groups in CSS.
T or F
F
REF: 242
Setting the display to "none" hides an element but does not remove it from the page flow.
T or F
F
REF: 245
There are ___ basic color names supported by CSS 2.1.
C. 17
REF: 136
Any color can be thought of as a combination of which of the following three primary colors?
C. red, green and blue.
REF: 135
Each color on the Web is represented by a triplet of numbers, called a(n) ____ triplet.
D. RGB
REF: 135
In the RGB system, the intensity of colors is assigned a number from ___ to 255.
A. 0
REF: 135
Which of the following is a specific font?
B. Arial
REF: 140
If you use a hexidecimal value for a color, you preface the hexadecimal string with a(n)___.
A. pound symbol
REF: 136
If an element contains 12pt text, a length of 2em equals ___.
C. 24pts
REF: 144
A(n)___ represents a single dot on the output device.
D. Pixel
REF: 145
The amount of space between pairs of letters is referred to as the ___.
B. Kerning
REF: 146
The <font> tag has been ___.
B. deprecated
REF: 139
The three image formats supported by most Web browsers are ___.
B. GIF, PNG, and JPEG
REF: 154
GIF files are limited to displaying ___ colors.
C. 255
REF: 154
___ GIFs are an effective way to compose slide shows or to simulate motion.
A. Animated
REF: 154
In the style li b {color: blue}, li is the ___ element.
A. Parent
REF: 201
In the style li b {color: blue}, b is the ___ element.
B. descendent
REF: 201
___ can ensure that your own margin and padding values have precedence.
A. * {margin: 0; padding: 0}
REF: 203
You can change a list marker by using the ___ style.
C. list-style-type
REF: 207
The ___ style can be used to cause a list to use your own image file for the list marker.
D. list-style-image: url(url)
REF: 209
What is the list style position of the first list in the above figure?
B. outside
REF: 211
What is the list style position of the second list in the above figure?
A. inside
REF: 211
By changing the list display style to __, you can create a horizontal list.
D. inline
REF: 213
The proper ordering of coordinates in positions is ___.