HTML #1
HTML #2
HTML #3
HTML #4
HTML #5
100

What does the "p" in <p> stand for?

Paragraph

100

Almost all of our content the user sees goes in which element?


 body

100

The end of the HTML document

</html>

100

Which list type has numbers? <ol> or <ul>

<ol>

100

Which pair of HTML tags creates a table row?

<tr> </tr>

200

Which HTML tag will create the largest heading?

 <h1>

200

Which character is used to indicate an end tag?

 / 

200

What does the h in <h1> stand for?

heading

200

What HTML tag is used for list items? The things in a list?

<li>

200

What is the correct way to insert an HTML comment into a Web page?

<! - - comment text - - >

300

What should be the first line of your HTML files?

<!DOCTYPE html>

300

How many different headings are there? 

6 headings 

300

What is the code for the horizontal rule?

<hr>

300

Debug the code. 


</p>Hello!<p>

<p>Hello!</p>

300

Dustin wants emphasis for a word, but only when it appears in a sentence. Which HTML tag is an example of the appropriate inline element?

<strong>

<b>

400

What does HTML stand for?

Hyper Text Markup Language

400

What is the smallest heading size?

<h6>

400

What HTML tag is used for a list with numbers

<ol>

400

How can you open a link in a new tab/browser window?

target="_blank"

400

Complete the missing part. 

<a href="http://www.ICT.com"><img _____="ICT_logo.jpg"></a>

src

500

What is the correct HTML element for playing video files?

video

500

What tag do we use to  go to the next line in HTML

<br>

500

What HTML tag is used for a list with no numbers

<ul>

500

What is the correct HTML element for playing audio files?

audio

500

What must go on the missing spot?

<a ______"http://genericschool.edu"> Visit Generic School </a>

href

M
e
n
u