HTML
Heading
Body
Coding
Definitions
100

HTML

What is HyperText Markup Language?

100

Different sized section titles throughout a web page.

What is a Heading?

100

Paragraphs written inside an open <p> and a closed </p> 

What is a Paragraph Element?

100

Why codes sometimes turn pink.

What is a Bug?

100

A tool you can hover over anything in the preview area and the will be highlight that code.

What is an Inspector Tool?

200

Syntax for HTML

What is <html><html>?

200

The 6 different sized headings in coding in order from biggest to smallest. 

What is <h1> <h2> <h3> <h4> <h5> <h6>?

200

Syntax for body

What is <body><body>?

200

The area where you type and code.

What is Workspace?

200

The process of of finding and fixing bugs.

What is Debugging? 
300

The very first line of an HTML document. 

What is <!DOCTYPE html>

300

Used to define the head portion of the document which contains information related to the document.

What is <head>?

300

Contains all the content of an html document.

What is <body>

300

The area that allows you to see the code you have typed on the right  side of the screen. 

What is Preview Area?

300
When two people work together to write the same code.

What is Pair Programming?

400

The default page shown on a website if no other page is specified when a visitor requests the site.

what is Index.html?

400

Syntax for head

What is <head><head>?

400

Should be used to close body tags.

What is a Closing tag </body>

400

Lets the computer know what we want to display on screen.

What is a Tag?

400

An error, fault or flaw in any computer program or a hardware system.

What is a Bug? 

500

The special set of characters that tells the machine where the start or end of an HTML element is and what type it is. 

What is a HTML Tag?

500

Used as a container for metadata.

What is a body tag <body>

500

All of the things that can be put inside a body tag.

What is headings, paragraphs, images, hyperlinks, tables, lists, etc.

500

The process of assigning a code to something for classification or identification 

What is Coding?

500

The top level element of a HTML document. 

What is HTML Element?