wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz 5 (28.07.2021)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Examples of background-repeat types:

a)

repeat

b)

no-repeat

c)

space

d)

All of the above

2.

Examples of border styles:

a)

solid

b)

outset

c)

inset

d)

All of the above

3.

To specify a different stacking order, use the following _____ property.


where value is a positive or negative integer or the keyword auto.

a)

x-index: value;

b)

y-index: value;

c)

z-index: value;

d)

t-value: value;

4.

The syntax of the clip property is ____________

a)

clip: rect(top, right, bottom, left);

b)

clip: rect(top, bottom, right, left);

c)

clip: rect(right, bottom, left, top);

d)

clip: rect(right, bottom, top, left);

5.

Which of the following is NOT the type of overflow property?

a)

overflow: visible;

b)

overflow: hidden;

c)

overflow: wrap;

d)

overflow: scroll;

6.

__________ positioning places an element at specific coordinates within a container.

a)

Relative

b)

Absolute

c)

Static

d)

Fixed

7.

A _________ is an HTML structure consisting of multiple table rows with each row containing one or more table cells.

a)

web table

b)

table row

c)

table column

d)

table cell

8.

A table row is marked using the _______ element.

a)

th

b)

table

c)

tr

d)

td

9.

A header cells is marked using the _____ element.

a)

table

b)

th

c)

tr

d)

td

10.

To mark a data cell, enter ____ element.

a)

table

b)

th

c)

tr

d)

td