This value makes the top of the image align with the left and top of the adjoining text.
Front
left
Back
The key color in CMYK is
Front
black
Back
The browser-safe color palette consists of a standard of how many colors?
Front
216
Back
It creates a horizontal line that separates one part of the Webpage from another.
Front
<hr> element
Back
consists of the ampersand ( & ), followed by a code for the specific character you want to generate on the page, followed by a semicolon ( ; )
Front
escape sequence
Back
HTML5 adopts [blank] as the preferred way to format a page
Front
CSS3
Back
specifies the typeface (i.e., font name) to be used
Front
font-family
Back
If you need to resize an image, you must maintain its
Front
relative measurements
Back
the presence of all colors
Front
white
Back
This value aligns the top of the image with the top of adjoining text.
Front
top
Back
the ability for an image to render gradually as it downloads
Front
interlacing
Back
Colors are specified in RGB values ranging from
Front
0 to 255
Back
Determines the color of visited links
Front
A:visited
Back
To specify an image for a page background, add this property to the body selector
Front
background-image
Back
the absence of all colors
Front
black
Back
The hexadecimal value 10 represents
Front
16
Back
The color scheme currently used for color printing
Front
CMYK
Back
This value makes the top of the image will align with the right and top of the adjoining text.
Front
right
Back
a series of images appearing in sequence to create the effect of motion
Front
animation
Back
When you combine the RGB colors you produce the white color, while when you combine the CMYK colors you produce
Front
the black color
Back
what is the escape sequence for a registered trademark symbol?
Front
®
Back
adds more capabilities to the CSS1 specification, including the ability to support media types (such as specific printers) and work with tables
Front
CSS2
Back
This value aligns the middle of the image to the baseline of adjoining text.
Front
middle
Back
The name for a selector, property and value all grouped together
Front
a rule
Back
In RGB code, the higher the numeric value representing a color, the [blank] that color will be.
Front
lighter
Back
specifies alternative text to appear while the graphic is loading, or in place of the graphic in non-graphical browsers such as Lynx
Front
alt attribute
Back
Which element is used to define a thematic break in a Webpage, such as a topic change, or to separate content.
Front
<hr> element
Back
The hexadecimal value A represents
Front
10
Back
governs the basic structure of style sheets
Front
CSS1
Back
By selecting a [blank], you will change the way the selector renders in the browser.
Front
property
Back
on a monitor screen, you are mixing light, and the mixture of red, green and blue light produces [blank]
Front
white
Back
The hexadecimal value F represents
Front
15
Back
The hexadecimal value #000000 represents
Front
black
Back
body {background-color:lightblue;}
This is an example of:
Front
inline styles
Back
provides a modularized standard so that when changes need to be made to a specification, only a particular module will need to be updated, rather than the entire standard
Front
CSS3
Back
CMYK stands for
Front
Cyan, Magenta, Yellow, Key (Black)
Back
The default alignment.
Front
bottom
Back
For the <img> tag to validate as HTML, it must include these attributes
Front
src and alt
Back
Determines the color of unvisited links
Front
a:link
Back
in hexadecimal code, colors are often specified in terms of their
Front
RGB values
Back
The hexadecimal value FF represents what value?
Front
255
Back
you must separate each declaration with a
Front
semicolon
Back
a property and its value
Front
a declaration
Back
what is the escape sequence for a copyright symbol?