WorksheetsCSS
Total questions: 14
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
external
internal
inline
Which rule set would change the font size to 24?
font-size: 24
size: 24;
font-size: 24;
font size: 24;
Which one is the largest heading?
h1
h2
h4
h6
What is the correct code for a paragraph in CSS?
P
<p> </p>
.p
p{
}
