Welcome To CSS Quiz

Test your knowledge in CSS fundamentals

1.Which of the following selector matches the name of any element type?

A- The Type Selector
B- The Universal Selector
C -The Descendant Selector
D - The Class Selector

2. Which of the following selector selects all paragraph elements whose lang attribute contains values that are exactly "mm", or begin with "mm-"?

A - p[lang]
B - p[lang="mm"]
C - p[lang~="mm"]
D - p[lang|="mm"]

3.Which of the following defines a measurement in millimeters?

A - in
B - mm
C - pc
D - pt

4. Which of the following property is used to change the face of a font?

A - font-family
B - font-style
C - font-variant
D - font-weight

5 - Which of the following property is used to add or subtract space between the letters that make up a word?

A - color
B - direction
C - letter-spacing
D - word-spacing


Back To Home