What does the "p" in <p> stand for?
Paragraph
Almost all of our content the user sees goes in which element?
body
What is the tag to write the 1st
<sup>
What does HTML stand for?
Hyper Text Markup Language
The end of the HTML document
</html>
What is <a>
an anchor tag used to create links
What is the smallest heading size?
<h6>
The title tag is kept inside the __________.
<head>
Where do we use <title> tag
inside <head>tag
What happens when we use <u>
Underline text
Which HTML tag will create the largest heading?
<h1>
WHAT <SUB> tag do?
add subscript test H2O
What word is used to change the text color?
What is color?
What tag is used to italicize words?
What is <i>?
Name one HTML tags that do not need closing tags
<br> <img> <input>
What should be the first line of your HTML files?
<!DOCTYPE html>
I use this html tag to make text bold?
b tag <b>
How many different headings are there?
6 headings
What happens when you use <u>
get Underline text
Creates a line break on the resulting page
<br> tag
How can I color a certain paragraph in HTML
Font tag , color feature
What defies highlighted text
<mark>
What tag do we use to go to the next line in HTML
<br>
Which character is used to indicate an end tag?
/
This is the file extension of a web page created in HTML programming. Hint: index._______
What is .html / .htm?