wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSD Unit 2 Chap 1 Review

Total questions: 35

Worksheet time: 18mins

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

15.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
16.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
17.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
18.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
19.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
20.
New heading tags can be added by using;
a)
Letters (ie: ha; hb)
b)
Numbers (i.e: h1; h2)
c)
Quotations (ie: h'; h")
d)
You can't do this
21.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
22.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
23.
An attribute is a; 
a)
Applies changes to everything
b)
Different options for each tab
c)
Allows for no changes to the site
d)
Gives structure and text
24.
Style tags are used to;
a)
Apply style to one line
b)
Not used in HTML
c)
Used at the top of the page to apply a style to the entire document
d)
Used sparingly
25.
<style>
a)
Found at top of styling options
b)
Allows a heading to be written
c)
Allows the body to be written
d)
Allows attributes to be included
26.
</style>
a)
Found at the bottom of styling options
b)
Allows a heading to be written
c)
Allows the body to be written
d)
Allows attributes to be included
27.
Body tags are used;
a)
Used for only the header
b)
Used only for the paragraph
c)
element that wraps everything that is visible on the page.
d)
Not used in HTML
28.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
29.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
30.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
31.
A Header;
a)
Must include your name
b)
First Line of your code
c)
Found at bottom of your code
d)
Not needed in HTML
32.
<html>
a)
Gives you structure and text
b)
Not needed when creating HTML sites
c)
Goes after the <h1>
d)
Goes after the <body>
33.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
34.
[Square brackets are used to define];
a)
An input attribute
b)
An export attribute
c)
A Function
d)
A Variable
35.
<img> tag finds;
a)
finds the image located at the a URL and the src attribute and then displays it.
b)
finds the image located at the SRC in the URL attribute and then displays it.
c)
Adds a cool picture
d)
Does not work in HTML coding