Name:     ID: 
 
Email: 

Introduction to HTML

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

 1. 

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

 2. 

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

 3. 

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

 4. 

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

 5. 

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

 6. 

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

 7. 

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

 8. 

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

 9. 

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

 10. 

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



 
         Start Over