NEW
Font size
WorksheetsHTML Quiz 1 Review
Total questions: 11
Worksheet time: 22mins
Choose the correct HTML element for the largest heading:
<h6>
<head>
<h1>
<heading>
Which character is used to indicate an end tag?
*
^
<
/
How can you make a ordered (numbered) list?
<list>
<ul>
<ol>
<dl>
How can you make a unordered (bulleted) list?
<list>
<ul>
<ol>
<dl>
HTML tags have to have both a < and >
True
False
what is the difference in an opening tag and a closing tag?
Opening tag has a / in front
Closing tag has a / in front
There is no difference
<body> Is this an opening tag or a closing tag?
Opening
Closing
neither
</body> Is this an opening tag or a closing tag?
Opening
Closing
neither
which of the following tag is used to mark a beginning of paragraph?
<h1>
</h1>
<p>
</p>
What type of list does this code make?
Ordered
Unordered
What type of list does this code make?
Ordered
Unordered
