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

What is the tag to make a large horizontal line which  breaks up the text?

<hr>

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

WHAT <SUB> tag do? 

add subscript test H2O

200

What word is used to change the text color?

What is color?

200

What tag is used to italicize words? 

What is <i>?


200

Name one HTML tags that do not need  a closing tag!

 <br> <img> <hr> 

300

What should be the first line of your HTML files?

<!-- DOCTYPE html -->

300

I use this html tag to make text bold?

<strong>

300

How many different headings are there? 

6 headings 

300

What happens when you use <u>

get Underline text 

300

Creates a line break on the resulting page

 <br> tag

400

What is <a>

an anchor tag used to create links

400

What is the smallest heading size?

<h6>

400

The title tag is kept inside the __________.

<head>

400

In which tag does all of the meta-data go for SEO (Search Engine Optimation)?

inside <head>tag

400

What happens when we use <em>?

Italicize the text (slant it)

500

The code to make the background of this paragraph coral?
<p>WORDS</p>

<p style="background-color:coral;">WORDS</p>

500
A paired tag needs an opening and a closing tag but an empty tag needs just one tag (without a closing). State three tags that are empty tags

<img>
<br>
<hr>

500

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

<br>

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