wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SLO - FWPDD Test

Total questions: 15

Worksheet time: 75secs

Name
Class
Date
1.

True or False.    Inline style will overide css styles.

a)

True

b)

False

2.

What do you name your Cascading Style Sheet

a)

style.css

b)

css.file

c)

css.html

d)

html.csss

3.

What does CSS stand for?

a)

Computer Style Sheets

b)

Cascading Style Sheets

c)

Colorful Style Sheets

d)

Creative Style Sheets

4.

Where in an HTML document is the correct place to refer to an external style sheet?

a)

At the end of the document

b)

In the <head> section

c)

In the <body> section

d)

In the <footer>

5.

Which HTML tag is used to define an internal style sheet?

a)

<script>

b)

<css>

c)

<sheet>

d)

<style>

6.

What is the word OUTSIDE of the curly brackets called?

a)

property

b)

declaration

c)

selector

d)

value

7.

Which is the correct CSS syntax?

a)

{body;color:black;}

b)

{body;color=black;}

c)

body;color=black;

d)

body {color:black;}

8.

Cascading Style Sheets are used to _______.

a)

activate Java on web pages

b)

create hypertext languages

c)

format the layout of web pages

d)

create inline styles

9.

What is the default value of the position property?

a)

absolute

b)

fixed

c)

relative

d)

static

10.

Which property is used to change the left margin of an element?

a)

margin-right

b)

center

c)

margin-left

d)

justified

11.

When using the padding property; are you allowed to use negative values?

a)

No

b)

Yes

c)

Always

d)

Sometimes

12.

How do you insert a comment in a CSS file?

a)

/* this is a comment */  

b)

// this is a comment //

c)

' this is a comment

d)

// this is a comment

13.

Which property is used to change the background color?

a)

bgcolor

b)

color

c)

background-color

d)

background:color

14.

Each declaration ends with a....

a)

colon

b)

semi-colon

c)

slash

d)

bracket

15.

What is the correct HTML for referring to an external style sheet?

a)

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

b)

<style src="mystyle.css">

c)

<stylesheet>mystyle.css</stylesheet>

d)

All are correct