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 write the water chemical formula

H2O

<sub>

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 is <ol>?

the tag that use to make a numbered list

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 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?

b tag <b>

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 <sup>

Make Superscript text like 

1st 

400

What is the smallest heading size?

<h6>

400

The title tag is kept inside the __________.

<head>

400

What two tags do you use to create a bullet point list?

 <ul> and <li>

400

What word/s are used to change the color of the background?

bgcolor in the body tag

500

How can I color a certain paragraph in HTML

Font tag , color feature

500

What defies highlighted text 

<mark>

500

What does "li" in the <li> tag, stand for?

What is list item?

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