What does the "p" in <p> stand for?
Paragraph
Almost all of our content the user sees goes in which element?
body
The end of the HTML document
</html>
Which list type has numbers? <ol> or <ul>
<ol>
Which pair of HTML tags creates a table row?
<tr> </tr>
Which HTML tag will create the largest heading?
<h1>
Which character is used to indicate an end tag?
/
What does the h in <h1> stand for?
heading
What HTML tag is used for list items? The things in a list?
<li>
What is the correct way to insert an HTML comment into a Web page?
<! - - comment text - - >
What should be the first line of your HTML files?
<!DOCTYPE html>
How many different headings are there?
6 headings
What is the code for the horizontal rule?
<hr>
Debug the code.
</p>Hello!<p>
<p>Hello!</p>
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>
What does HTML stand for?
Hyper Text Markup Language
What is the smallest heading size?
<h6>
What HTML tag is used for a list with numbers
<ol>
How can you open a link in a new tab/browser window?
target="_blank"
What is the correct HTML element for playing video files?
video
What tag do we use to go to the next line in HTML
<br>
What HTML tag is used for a list with no numbers
<ul>
What is the correct HTML element for playing audio files?
audio
What must go on the missing spot?
<a ______"http://genericschool.edu"> Visit Generic School </a>
href