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

We split the html file into two parts

head and body
100

What does HTML stand for?

Hyper Text Markup Language

100

The end of the HTML document

</html>

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

Data that describes the content of a website.

Metadata

200

What tag is used to italicize words? 

What is <em></em>


200

Name one HTML tags that do not need closing tags

 <br>

300

What should be the first line of your HTML files?

<!DOCTYPE html>

300

I use this html tag to make text bold?

<strong></strong>

300

How many different headings are there? 

6 headings 

300

Most of your text will fall under the _______ setting

paragraph

300

Creates a line break on the resulting page

 <br> tag

400

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

<strong></strong>

400

What is the smallest heading size?

<h6>

400

The title tag is kept inside the __________.

<head>

400

where do the strong tags go?

directly before and after the word or words
400

nested tags are ?

tags that fit within tags

500

To divide a page, what tag should you use?

<hr>

500

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

<em></em>

500

We need to tell the browser where the HTML code begins and ends

<html></html>

500

Which character is used to indicate an end tag?

 / 

500

This is the file extension of a web page created in HTML programming. Hint: index._______ 

What is .html / .htm?

M
e
n
u