wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS (background-position-list)

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Identify CSS property to assign position for a background image.

a)

display: value;

b)

position: value

c)

background-postion: value;

d)

align: value;

2.

How to display a background image in the above format:

a)

background-repeat: repeat-x;

b)

background-image: repeat;

c)

background-repeat: horizontal;

d)

background-image: repeat-y;

3.

Select the correct CSS command to assign a background color for the HTML page.

a)

color: red;

b)

bgcolor: red;

c)

background-layout: red;

d)

background-color: red;

4.

Choose incorrect CSS positioning property.

a)

position

b)

display

c)

right

d)

z-index

5.

Find the incorrect value for position property.

a)

fixed

b)

relative

c)

absolute

d)

dynamic

6.

How to allocate a box to position 1.

a)

right: 50px;

b)

bottom: -50px;

c)

top: 50px;

d)

center: -50px;

7.

Identify the most suitable positioning properties for the green box.

a)

relative

b)

absolute

c)

fixed

d)

inherit

8.

What is <ul>?

a)

unordered list

b)

underline list

c)

unnamed list

d)

unformatted list

9.

A HTML list can be formatted to upper-roman using ________ property.

a)

list-style-image

b)

list-style-format

c)

list-style-type

d)

list-style-upper

10.

Identify correct value for list-style-position.

a)

left

b)

inside

c)

outline

d)

center