wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSS Colors and Background

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.
In CSS, a color can be specified as an RGB value, what is an example of an RGB value?
a)
(255, 0, 0)
b)
Red
c)
#ff0000
d)
(0, 100%, 50%)
2.
In CSS, a color can be specified as an HSL value, what is an example of an HSL value?
a)
(255, 0, 0)
b)
Red
c)
#ff0000
d)
(0, 100%, 50%)
3.
In CSS, a color can be specified as a HEX value, what is an example of a HEX value?
a)
(255, 0, 0)
b)
Red
c)
#ff0000
d)
(0, 100%, 50%)
4.
What is the correct property value for changing the text color on the web?
a)
text-color
b)
font-color
c)
color
5.
What is the correct property value for changing the background color on the web?
a)
bgcolor
b)
color
c)
background-color
6.
What is the meaning of the acronym HSL color value?
a)
Hue, Saturated, Lightness
b)
Hue, Saturation, Light
c)
Hue, Saturation, Lightness
7.
The _____________ property specifies a picture to use as the background of an element
a)
background-image
b)
background-color
c)
background-graphics
8.
By default, the background-image property repeats an image vertically only.
a)
False
b)
True
c)
Maybe
9.
To repeat an image vertically, set background-repeat to repeat-x;
a)
False
b)
True
c)
Maybe
10.
What property is used to specify the area of the background image?
a)
background-position
b)
background-location
c)
background-place
11.
The background-attachment property specifies whether the background image should scroll or be fixed.
a)
True
b)
False
c)
Maybe
12.
The property that uses for background shorthand is.
a)
background:
b)
background-shorthand:
c)