Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Position + Buttons

Total questions: 6

Worksheet time: 6mins

Name
Class
Date
1.

What is CSS Position?

a)

positioning method used for an element

b)

Normal spacing

c)

None of the above

2.

Which of the following Positioning Properties is correct?

a)

Padding

b)

Absolute

c)

None of the above

3.

What is text-decoration: none;

a)

The Text is shown normal.

b)

No line is drawn, and any existing decoration is removed.

c)

None of the above

4.

If we have to change Button color of the button, which property will we use?

a)

.button1{background-color: red;}

b)

B{ background: red;}

c)

None of the above

5.

Which property will be used for rounded buttons?

a)

Border-radius:40px;

b)

Background-position: upper;

c)

None of the above

6.

Which property will be used for bordered buttons?

a)

Background-position: upper;

b)

.button{background: 1px solid red;}

c)

None of the above

d)

.button{border: 2px solid black;}