wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS quiz

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

This is a picture of a ____.

a)

CSS Rule

b)

HTML Rule

c)

Tags

d)

Coding

2.

What color will this element be?

a)

Green

b)

Blue

c)

Red

d)

No color

3.

The color this element will be________

a)

Blue

b)

Red

c)

Green

d)

No color

4.

The tag #blue-text is written twice. Due to the "Order of Precedence" the text that will appear when you run the code will be what color?

a)

Red

b)

Blue

c)

Green

d)

Purple

5.

CSS stands for

a)

Cascading style sheet

b)

Cyber style sheet

c)

Cassandra style sheet

d)

None of the above

6.

When CSS is written inside HTML it will be saved as

a)

css

b)

Jsp

c)

html

d)

php

7.

External css file will be saved as

a)

.css

b)

.html

c)

.php

d)

None of the above

8.

When you use class selector

What should present infront of classname

a)

#

b)

&

c)

@

d)

.

9.

When you use id selector

What should present infront of idname

a)

?

b)

@

c)

#

d)

.

10.

How do you change the font of an element?

a)

A. font-family:

b)

B. font=

c)

C. f:

d)

D. None of the above

11.

How do you make each word in a text start with a capital letter?

a)

A.text-transform:capitalize;

b)

B.text-transform:uppercase;

c)

C.text-capitalize

12.

Which tag supports CSS code between its opening and closing tag?

a)

A.< div > ... < /div >

b)

B.< css > ... < /css >

c)

C.< style > ... < /style >

d)

D.< link > ... < /link >

13.

Which CSS property is used to control the text size of an element ?

a)

font-style

b)

text-size

c)

font-size

d)

text-style

14.

What is the correct syntax to change the background color with css?

a)

background-color: purple;

b)

background-color = "purple";

c)

backgroundcolor=orange

d)

change-background-color: purple

15.

Which is correct CSS syntax?

a)

{body; colour = black;}

b)

body: colour = black

c)

body {

colour : black;}

d)

{body colour is black}