NEW
Font size
S
M
L
XL
WorksheetsHTML/CSS Coding Test Pt2
Total questions: 13
Worksheet time: 2mins
Name
Class
Date
1.
Two different methods to change this; px and em
a)
font-size
b)
font-style
c)
font-weight
d)
font-family
2.
Used to identify specific items that you wish to change using the same type of tag
a)
Anchor Tag
b)
ID Tag
c)
Font-Size
d)
Font-Family
3.
ID tag used within CSS
a)
<a></a>
b)
#word
c)
<h2></h2>
d)
<id></id>
4.
Highlights text
a)
body {background-color:rgb);}
b)
body {color:rgb);}
c)
h2 {color:rgb(blue);}
d)
h2 {background-color:rgb(blue);}
5.
Changed the color of the background
a)
body {background-color:rgb);}
b)
h2 {color:rgb(blue);}
c)
h2 {background-color:rgb(blue);}
d)
body {color:rgb);}
6.
Used to change the look of the text (ex. monospace, fantasy, etc.)
a)
font-size
b)
font-weight
c)
font-family
d)
font-style
7.
CSS coding used to insert italics
a)
font-size
b)
font-weight
c)
font-style
8.
Anchor tag used for hyperlinking
a)
<a></a>
b)
#word
c)
<p></p>
d)
<anchor></anchor>
9.
Changes color of text
a)
h2 {color:rgb(blue);}
b)
h2 {background-color: rgb(blue);}
c)
h2 {font-family:sans-serif;}
d)
h2 {font-weight: bold;}
10.
ID tag used within HTML
a)
<a></a>
b)
#word
c)
<p id="word">
d)
<id></id>
11.
Used within hyperlinking in order to link a url to an outside webpage
a)
<a href="website url">
b)
<p id="word">
c)
<a href="#idtag">
d)
<url></url>
12.
Used in order to link a part of an internal page for navigating
a)
<a href="website url">
b)
<p id="word">
c)
<a href="#idtag">
d)
<url></url>
13.
CSS coding used to bold text
a)
font-family
b)
font-weight
c)
font-size
d)
font-style
Reset
