wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

css-quiz

Total questions: 11

Worksheet time: 11mins

Name
Class
Date
1.
Where in the HTML document is the correct location to insert code to link to your external CSS? 
a)
In the <head> section
b)
In the <body> section
c)
At the very end of the document
d)
At the very beginning of the document
2.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
3.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
4.
http://www.google.com is an example of a what?
a)
URL
b)
IP address
c)
Browser
d)
Application
5.
Google Chrome is an example of a what?
a)
URL
b)
Web browser
c)
IP address
d)
metal
6.
What is the purpose of HTML
a)
To make a formatted document
b)
To make a webpage
c)
To edit photos
d)
To make a creative slide
7.

Which element is used in the <HEAD> section on an HTML page, if we want to use an external style sheet file to decorate the page ?

a)

<src>

b)

<link>

c)

<style>

d)

<css>

8.

Whats the proper format for a css rule to make the background orange? (Carefully read all answers only 1 is correct)

a)

background-color orange

b)

background-color: orange

c)

background-color orange;

d)

background-color: orange;

9.

A language used to describe how HTML elements should be styled.

a)

HTML

b)

CSS

c)

JavaScript

d)

Hieroglyphics

10.

The largest value than can be expressed in hexadecimal

a)

0

b)

F

c)

255

d)

256

11.

Which of the following is a valid CSS rule?

a)

h1 {

color: blue;

}

b)

style="color:blue;"

c)

css="color:blue;"

d)

h1 {

color {

blue;

}

}