wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSS Basics Quiz

Total questions: 10

Worksheet time: 3hrs 30mins

Name
Class
Date
1.

What is the purpose of CSS selectors?!

a)

The purpose of CSS selectors is to change the font style of a web page.

b)

The purpose of CSS selectors is to add animations to a web page.

c)

The purpose of CSS selectors is to create interactive forms on a web page.

d)

The purpose of CSS selectors is pinpointing particular HTML elements for the application of styles.

2.

Which CSS selector is used to select elements with a specific class?

a)

element.class

b)

#class

c)

.class

d)

.id

3.

What is the purpose of CSS Rules?

a)

To articulate the style properties to be attributed to the chosen elements.

b)

To unite all selectors and declarations to formulate precise styling instructions.

c)

To target all elements with a particular class attribute.

4.

Which CSS property is this?
This is about how much space is there between lines of text.
You can set it as a number or a percentage of the font size.

a)

letter-spacing

b)

text-indent

c)

word-spacing

d)

line-height

5.

What is a margin?

a)

The space between the box's edge and other things nearby on the webpage.

b)

The space between the inside stuff and the edge of the box.

c)

The actual stuff inside the box, like words, images, or videos.

d)

The line around the edge of the box.

6.

Which CSS property is used to change the font size of an element?

a)

font-style

b)

text-size

c)

font-color

d)

font-size

7.

The space between the inside stuff and the edge of the box.

a)

Content

b)

Boarder

c)

Margin

d)

Padding

8.

Represented as six-digit codes following a pound sign (#)

a)

Hexadecimal Colors

b)

RGB Colors

9.

What is the fixed size, like a tiny dot on a screen?

a)

Pixels (px)

b)

Percentage (%)

c)

Viewport Units (vw and vh)

10.

What is CSS?

(a)