Font size
S
M
L
XL
WorksheetsSkillstruck HTML 1 Test Review (Lessons 1-21)
Total questions: 60
Worksheet time: 30mins
Name
Class
Date
1.
What is the default alignment for text align?
a)
center
b)
left
c)
right
d)
top
2.
Which of the following is an example of a complete tag in HTML?
a)
b)
Welcome to the Website
c)
Welcome to the Website
d)
Welcome to the Website>
3.
Which of the following tags will result in the smallest text on the page?
a)
Good Morning!
b)
Good Morning!
c)
Good Morning!
d)
Good Morning!
4.
What do you need to add to an HTML tag to customize the appearance of the content of your site?
a)
Attribute
b)
Semicolon
c)
Color
d)
Keyword
5.
In the code below, which word is CSS the property?
a)
h1
b)
style
c)
color
d)
blue
6.
In the code below, which word is CSS the value?
a)
h1
b)
style
c)
color
d)
blue
7.
If I wanted to assign a p tag the font family of helvetica, where would I put it?
a)
Hello;
b)
Hello; style=font-family:helvetica
c)
