Name:     ID: 
 
Email: 

Introduction to HTML

Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 1. 

What tag creates a numbered list?
a.
<li>
c.
<ol>
b.
<ul>
 

 2. 

How can you open a link in new window?
a.
target="_blank"
c.
target="_new"
b.
target="_window"
 

 3. 

What is the correct HTML tag for a new paragraph?
a.
<pre>
c.
<paragraph>
b.
<p>
 

 4. 

What is the attribute needed to specify the file name of picture in a <img> element?
a.
href
c.
target
b.
src
d.
type
 

 5. 

Which of the following table tags is used to create a table row?
a.
<th>
c.
<tr>
b.
<table>
d.
<td>
 

 6. 

What HTML form element is used for a drop down list.
a.
<option>
c.
<input>
b.
<select>
d.
<textarea>
 

 7. 

Which of the following HTML tags is not valid?
a.
<h5>
c.
<h1>
b.
<h8>
d.
<h4>
 

 8. 

What is the HTML tag to display an image?
a.
<picture>
c.
<img>
b.
<pic>
d.
<image>
 

 9. 

What is the HTML tag to create a hyperlink?
a.
<img>
c.
<a>
b.
<target>
d.
<hr>
 

 10. 

What is HTML ?
a.
HyperText Markup Language
c.
Hyperlink Markup Language
b.
HyperText Modul Language
d.
HyperTest Markup Language
 



 
         Start Over