NEW
Font size
WorksheetsRevision Test
Total questions: 20
Worksheet time: 10mins
Set the color of the border
border-style
border-width
border-color
width
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
The blue is called an _____________
Declaration
Selector
Property
Value
how many types of CSS
1 type
2 types
3 types
4 types
css extension ?
.html
.css
both .html and .css
none of the above
are called as
declaratory
dectation
declaration
doctory version cary gieogratically vision
celetrative easy
<p style="background-color:red">
inline style
embedded style
external style
internal style
Which rule set would change the font size to 24?
font-size: 24
size: 24;
font-size: 24;
font size: 24;
What is the value in this CSS?
p {color: red;}
p
color
red
What is the correct syntax to change the background color with css?
background-color: purple;
background-color = "purple";
backgroundcolor=orange
change-background-color: purple
TRUE OR FALSE: HTML is used to style web pages.
True
False
How do you change the font color with CSS?
font-color: green;
color: green;
change-font-color: green;
fontcolor=green;
Which is correct CSS syntax?
{body; colour = black;}
body: colour = black
body {
colour : black;}
{body colour is black}
Select the rule to make all the text in your web page blue and centered.
p {
colour: blue; }
body {
text-align: left;
colour: blue; }
p {
text-align: center
colour: blue; }
body {
text-align: center
colour: blue; }
What symbols go around the properties for each CSS selector?
< >
[ ]
{ }
( )
What does CSS stand for?
Cascading style sheets
Certain Sumer stand
Color selctor stand
Cascading style selctor
You want to set the heading to use the font Arial.
h1 { font-family: arial; }
h1 { font: arial; }
heading 1 { font-family: arial; }
