wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS Quiz-I

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Who invented CSS?

a)

Hakon Wium Lie

b)

Sergey Brin

c)

Rasmus Lerdorf

d)

Brendan Eich

2.

____ sets the element to one side of the page

a)

margin

b)

width

c)

float

d)

height

3.

Every HTML page is required to have a linked CSS page?

a)

True

b)

False

4.

Which of the following CSS framework is used to create a responsive design?

a)

Django

b)

Rails

c)

Larawell

d)

Bootstrap

5.

What will be the output of the following CSS code snippet?

a)

Nothings happens

b)

Error occurs

c)

Heading becomes green

d)

All h1 headings become green

6.

Which of the following is not a value for the font-style property?

a)

Oblique

b)

Normal

c)

Italic

d)

None of the Above

7.

Which CSS property can be used to set the image as a border instead of the border style?

a)

background-image-source

b)

background-image

c)

border-image-source

d)

border-image

8.

Which of the following CSS3 property is used to tell the browser what the sizing properties should be included?

a)

box-design

b)

box-redesign

c)

box-sizing

d)

box-model

9.

Which of the following is not a property of the CSS box model?

a)

margin

b)

color

c)

height

d)

width

10.

Which of the following CSS property specifies the placement of an element in relation to floating objects?

a)

space

b)

clear

c)

color

d)

None of the mentioned