Name: 
 

Introduction to HTML



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

 1. 

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

 2. 

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

 3. 

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

 4. 

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

 5. 

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

 6. 

When we need to create ordered list which markup we need to use?
a.
<ol>
b.
<ul>
 

 7. 

What is an element that does not having a closing tag called?
a.
closed tag
c.
empty tag
b.
tag
 

 8. 

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

 9. 

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

 10. 

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



 
Check Your Work     Start Over