Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/20
Score 0
The < div > element:
30
divides numbers in math equations
marks a "division" in your web page
divides your web page into 3 equal parts
makes all of your elements bold
Q 2/20
Score 0
The _________ element can be used to identify a block section and make sure the content appears on its
own lines, but it does not add any extra styling by itself.
30
< blockquote >
< strong >
< span >
< div >
20 questions
Q.
The < div > element:
1
30 sec
Q.
The _________ element can be used to identify a block section and make sure the content appears on its
own lines, but it does not add any extra styling by itself.
2
30 sec
Q.
What attribute does not do anything other than put a unique label on the container?
3
30 sec
Q.
Which of the following is NOT a use for a Comment?
4
30 sec
Q.
What is used to start and end a comment?
5
30 sec
Q.
You can type pretty much anything inside a comment except:
6
30 sec
Q.
What is the purpose of a “character reference” in HTML?
7
30 sec
Q.
Which of the following is a correctly formatted character reference for the greater than (>) angle bracket?
8
30 sec
Q.
What kind of area do you normally find at the bottom of a web page?
9
30 sec
Q.
Which of the following elements are block elements?
10
30 sec
Q.
Block elements can contain:
11
30 sec
Q.
This kind of element does not add any space around the data within the element; it will just control how
the data is displayed.
12
30 sec
Q.
Which of the following elements inline elements doesn’t do anything by itself, but can mark things for
later styling?
13
30 sec
Q.
If your web site contains ____________, searching for problems and errors is much easier and faster.
14
30 sec
Q.
When you set code inside other code, in an orderly fashion, it is called:
15
30 sec
Q.
Which of the following examples shows correctly written elements with one nested inside another?
16
30 sec
Q.
Which of the following examples shows an opening tag and “id” attribute with a value equal to
“Banner”?
17
30 sec
Q.
To create a list where the ordering is important, what element would you use?
18
30 sec
Q.
What element is used to mark the text for each entry in the list?
19
30 sec
Q.
Use this type of list when no item is more important than another, or you don’t want the items to be
numbered.