wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Final Exam Review 2018

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of these items is a CSS selector

a)

.container

b)

width

c)

100%

d)

:hover

2.

Which of these is a CSS property?

a)

.container

b)

width

c)

100%

d)

:hover

3.

Which of these is a CSS value?

a)

.container

b)

width

c)

100%

d)

:hover

4.

Which tag allows an HTML page and a CSS page to reference each other?

a)

< link >

b)

< a >

c)

< href >

d)

< rel >

5.

When using the link tag, what value does the relationship attribute hold?

a)

style

b)

stylesheet

c)

css

d)

relationship

6.

When using the link tag, what value does the type attribute hold?

a)

text/css

b)

css/text

c)

plain/text

d)

plain/css

7.

Which of these is a property value in CSS?

a)

font-family

b)

background-image

c)

color

d)

Helvetica

8.

What does the < h1 > tag create?

a)

a heading

b)

a link

c)

a paragraph

d)

an image

9.

What does the < img > tag create?

a)

a heading

b)

a link

c)

a paragraph

d)

an image

10.

what does the < p > tag create?

a)

a heading

b)

a link

c)

a paragraph

d)

an image

11.

What does the < a > tag create

a)

a heading

b)

a paragraph

c)

a link

d)

an image

12.

Which of these allows you to select only one option in a form?

a)

radio button

b)

check box

c)

text area

d)

text box

13.

Which of these will allow you to select multiple options in a form?

a)

radio button

b)

check box

c)

text area

d)

text box

14.

Which tag creates a row in a table?

a)

< td >

b)

< tr >

c)

< table >

d)

< tbody >

15.

Which tag creates a column in a table?

a)

< tr >

b)

< td >

c)

< table >

d)

< tbody >

16.

The # symbol designates that _________ is being created.

a)

a class

b)

an id

c)

a table

d)

an image

17.

The . symbol designates that __________ is being created.

a)

a class

b)

an id

c)

a table

d)

an image

18.

< div id="new" > would look like what in CSS?

a)

.new

b)

#new

c)

new

d)

new-css

19.

< div class="container" >

a)

.container

b)

#container

c)

container

d)

:container

20.

The < link > tag allows an HTML and CSS page to reference each other.

a)

True

b)

False