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

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

Paragraph

100

All of the content the user sees goes in which section?


 body

100

What are the 2 main sections of an HTML webpage

head and body

100

Which symbol is used to indicate an end tag?

 / 

100

To italicize a word or phrase, what tag do you use?

<i></i>

200

Which HTML tag will create the largest heading?

 <h1>

200

Your browser will assume your paragraph is all _____ ______, regardless of how long it is.

one line

200

How many different headings are there? 

6 headings 

200

What would you type in the underlined area of the code below?

<a href="_______________">View the Trailer</a>

The URL or web address

200

To divide a page using a horizontal line, what tag should you use?

<hr>

300

What should be the first line of your webpage?

<!DOCTYPE html>

300

What tag or code would be found at the end of the webpage?

</html>

300

Name one HTML tags that do not need closing tags

 <br> or <hr>

300

What tag tells the web browser how to interpret the code?

<!DOCTYPE html>

300

Creates a line break on the webpage

 <br> tag

400

If we want to bold a word or two, we use _____ tag

<strong></strong> OR <b></b>

400

What is the smallest heading size?

<h6>

400

The title tag (<title>) would go inside the __________.

<head>

400

What does HTML stand for?

Hyper Text Markup Language

400

what tag indicates the start and end of the document (webpage)

<html></html>

M
e
n
u