wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSD Unit 2: Web Development Review

Total questions: 14

Worksheet time: 10mins

Name
Class
Date
1.

What does CSS stand for?

a)

Cascading Style Sheets

b)

Colorful Style Sheets

c)

Computer Style Sheets

d)

Creative Style Sheets

2.

What is the correct HTML for referring to an external style sheet? (linking your HTML and Style sheet together)

a)

<stylesheet>mystyle.css</stylesheet>

b)

<style src="mystyle.css">

c)

<link rel="stylesheet" type="text/css" href="mystyle.css">

3.

Where in an HTML document is the correct place to refer to an external style sheet (style.css)?

a)

At the end of the document

b)

In the <body> section

c)

In the <head> section

4.

Which rule set is written correctly?

a)

A

b)

B

c)

C

d)

D

5.

Which property is used to change the background color?

a)

background-color

b)

color

c)

bgcolor

d)

border-color

6.

How do you add a background color for all <h1> elements?

a)

A

b)

B

c)

C

d)

D

7.

Which CSS property controls the text size?

a)

text-size

b)

font-size

c)

text-style

d)

font-style

8.

Which property is used to change the font of an element?

a)

font-style

b)

font-family

c)

font-weight

9.

Which number shows how to add a style sheet?

a)

1

b)

2

c)

3

d)

4

10.

Which code would style the following picture?

a)

A

b)

B

c)

C

d)

D

11.

Which rule-set would make all text in your web page blue and centered?

a)

A

b)

B

c)

C

d)

D

12.

Which of the following is a component of CSS style rule?

a)

Selector

b)

Property

c)

Value

d)

All of the Above

13.

Which of the following property is used to set the height of an image?

a)

border

b)

height

c)

width

d)

weight

14.

Which of the following property specifies the color of the whole border?

a)

border-color

b)

border-style

c)

border-width

d)

border-bottom-color