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 1st

<sup>

100

What does HTML stand for?

Hyper Text Markup Language

100

The end of the HTML document

</html>

200

What is <a>

an anchor tag used to create links

200

What is the smallest heading size?

<h6>

200

The title tag is kept inside the __________.

<head>

200

Where do we use <title> tag

inside <head>tag

200

What happens when we use <u>

Underline text

300

Which HTML tag will create the largest heading?

 <h1>

300

WHAT <SUB> tag do? 

add subscript test H2O

300

What word is used to change the text color?

What is color?

300

What tag is used to italicize words? 

What is <i>?


300

Name one HTML tags that do not need closing tags

 <br> <img> <input> 

400

What should be the first line of your HTML files?

<!DOCTYPE html>

400

I use this html tag to make text bold?

b tag <b>

400

How many different headings are there? 

6 headings 

400

What happens when you use <u>

get Underline text 

400

Creates a line break on the resulting page

 <br> tag

1000

How can I color a certain paragraph in HTML

Font tag , color feature

1000

What defies highlighted text 

<mark>

1000

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

<br>

1000

Which character is used to indicate an end tag?

 / 

1000

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

What is .html / .htm?

M
e
n
u