WorksheetsCSS is the Best
Total questions: 10
Worksheet time: 5mins
Name
Class
Date
1.
The style that you are applying to a selector, e.g.
border.a)
Property
b)
Value
c)
Keyword
d)
Length Units
2.
What does CSS stand for?
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
3.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
4.
Which is the property in this CSS?
p {color: red;}
p {color: red;}
a)
p
b)
color
c)
red
5.
Which is the Value in the CSS?
p {color: red;}
p {color: red;}
a)
p
b)
color
c)
red
6.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
7.
The way you declare which elements the styles should apply to.
a)
Declaration
b)
Selector
c)
Property
d)
Value
8.
_______ is generally any single line of CSS that appears between the curly braces, whether shorthand or longhand.
a)
Keyword
b)
Declaration
c)
Value
d)
Boogers
9.
Which is correct CSS syntax?
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black)
10.
What is this an example of?
/* This is a multi-line comment */
/* This is a multi-line comment */
a)
Syntax
b)
Property
c)
Value
d)
Comment
100 %
