wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS Quiz 4

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The CSS overflow property controls what happens to content that is too big to fit into an area.

a)

True

b)

False

2.

Which of the following values does not belong to the overflow property?

a)

visible

b)

hidden

c)

scroll

d)

invisible

3.

By default, the overflow is visible, meaning that the extra content is not clipped and it renders outside the element's box.

a)

True

b)

False

4.

With the hidden value, the overflow is not clipped, and the rest of the content is not hidden from view in the browser.

a)

True

b)

False

5.

Setting the value to scroll, the overflow is clipped and a scrollbar is added to scroll inside the box.

a)

True

b)

False

6.

The auto value is similar to scroll, but it adds scrollbars only when necessary.

a)

True

b)

False

7.

The CSS float property specifies how an element should float.

a)

True

b)

False

8.

The CSS clear property erases text.

a)

True

b)

False

9.

Which of these values does not belong to the float property?

a)

left

b)

right

c)

middle

d)

inherit

10.

In its simplest use, the float property can be used to wrap text around images.

a)

True

b)

False