You are on page 1of 1

CSS3 & JavaScript

Post Training Assessment


1. The ____________ property allows to specify how much space appear between the
content of an element and it's border.
a. Spacing
b. Marking
c. Padding
d. Content-border
2. The valid examples of ID selectors is/are :
a. #black{color: #000000;}
b. h1 #black{color: #000000;}
c. #black h2{color: #000000;}
d. All of the above
3. The _______ property specifies the number of columns an
element should be divided.
a. column-count
b. no-of-columns
c. columns-count
d. set-column
4. _________ are effects that let an element gradually change from
one style to another.
a. Transform
b. Animation
c. Rotation
d. Transitions
5. In _______ method, the element turns in a given angle,
depending on the parameters given for the horizontal (X-axis) and
the vertical (Y-axis) lines.
a. Skew()
b. Rotate()
c. Translate()
d. Scale()
6.

You might also like