1
2
3
4
5
100

What does HTML stand for

What is Hypertext Markup Language

100

Where the content of your web page goes


What is between the <body> tags

100

Used to create a hyperlink

What is the  <a> tag

100

The tag within the <head> tag that stores the name of the web page for browsers

What is the <title> tag

100

Source needed for a link or image

What is a URL

200

Needed to write html code

What is a text editor

200

The correct tag for a list that is bulleted

What is <ul>

200

What tells the browser that the webpage ends

What is </html>

200

The correct tag for a list that is numbered

What is <ol>

200

Makes it easier to read code

What is indentation

300

A type of text editor in Windows

What is notepad

300

Stores the meta information of the webpage for the browsers and search engines

What is the <head> tag

300

Tell the browser that the page is an html document

<!DOCTYPEhtml>


300

When you want to italicize something

What is <em>

300

The best tag for bold

What is <strong>

400

Everything from the opening tag to the closing tag and everything in between

What is an element

400

Tags used in order to add items to your list

What are <li> tags

400

An attribute that allows you to format your font

What is the style attribute

400

The correct syntax for a comment

What is <!--comment-->

400

How many heading tags are there, and which tag applies the biggest font usually used for headlines

6, and h1


500

Programming language use to make text do stuff such as turning text into images, links, tables, list, etc.

What is markup language

500

Will change the font color to blue for paragraph text

What is    <p style="color: blue">


500

The correct syntax for a link

What is <a href="url">words</a>

500

The correct syntax for an image

What is  <img src-"image location" /a>

500

What the href in a link or the src in an image represents

What is an attribute

M
e
n
u