HTML #1
HTML #2
HTML #3
HTML #4
HTML #5
100

What does the "p" in <p> stand for?

What is a paragraph?

100

Almost all of our content the user sees goes in which element?


What is body?

100

What is the <hr> tag?

What is Horizonal Line

100

What does HTML stand for?

What is Hyper Text Markup Language?

100

What will help you avoid violation of copyright laws? ?

What is cite your sources?

200

Which HTML tag will create the largest heading?

What is <h1>?

200

What tag would you use to make a numbered list?

What is <ol>?

200

This means that elements can contain other elements.

What is nested?

200

.com, .gov, .org are common these

What are top level domains (TLD)?

200

Name two HTML tags that do not need closing tags

What are <img>, <br>, <hr> (any combination of two)?

300

What should be the first line of your HTML files?

What is <!DOCTYPE html>?

300

I use this html tag to make text bold?

What is b tag? or strong tag?

300

How many different headings are there? 

6 headings 

300

What tags do you need to link an image?

What is <a> and <img>?

300

Creates a line break on the resulting page

What is the <br> tag?

400

2 of the 3 codes used in tables.

What are <tr>,<th><td>?

400

Give an example of an HTML attribute.

What is src, alt, href, ...?

400

The title tag is kept inside the __________.

What is <head>?

400

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

What is <ul> and <li>?

400

Which attribute do you use to set a background color?

What is Style attribute

500

What does src stand for?

What is source?

500

All of the colors you see on a computer screen are the result of a mixture of the same three colors. What are those colors?

What is Red, Green, Blue

500

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

What is list item?

500

Which character is used to indicate an end tag?

What is / ?

500

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

What is .html / .htm?