wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Development Beginners quiz 15

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

Which of the following property is used to draw a line around elements outside the borders?

a)

line

b)

Padding

c)

Outline

d)

Border

2.

Which of the following property specifies the color of an outline?

a)

color-outline

b)

outline-color

c)

outline-style-color

3.

Which of the following value specifies a dashed outline?

a)

dash

b)

dashed

c)

double-dash

4.

Which of the following property specifies the look and design of an outline?

a)

outline-font

b)

outline-format

c)

outline-style

5.

Which of the following specifies the width of an outline?

a)

outline-width

b)

outline-size

c)

outline-height

6.

Which of the following value specifies a solid outline?

a)

bold

b)

rock

c)

solid

d)

dashed

7.

How do we add space around the outside of an element?

a)

With Line Breaks.

b)

With the margin property.

c)

With the padding property.

8.

How do we add space around the inside of an element?

a)

With the padding property.

b)

With the Margin property.

c)

<br /> tags

9.

How do we designate the padding for just the left side?

a)

You can't specify just one side.

b)

With the padding-left property.

10.

In the following CSS, what is the 1st option?

border: 6px dashed red;

a)

The Width of the border

b)

The width of the page

c)

The width of the outline