Body
HTML
Definitions
Paragraph
Head
100

No content should be written after this 

What is the closing body tag?

100

The HTML tag contains every other tab that makes up a webpage, which is why this is all the way at the botton

What is the HTML closing tag?

100

Hyper text markup language, a language used to create webpages 

What is HTML?

100

Used to define a paragraph of text

What is the <p> tag?

100

There are six sizes of this

What is Header Font Size?

200

<body>, and </body>

What is the body code?

200

<html>, and </html

What is an HTML code?

200

a piece of a website, marked by a start tag and often closed with an end tag.

What is HTML element?

200

<p>, and </p>

What is paragraph code?

200

<h> , and </h>

What is a header code?

300

Headings, paragrpahs, images, hyperlinks, tables, lists, etc. 

What is the metadata in a body tag?

300

an HTML tag is placed right under this

What is a <DOCTYPE> tag?

300

The special set of characters that indicates the start and end of an HTML element and that element's type

What is an HTML tag?

300

You can also use <p> tags to define paragraphs of this

What is multiple lines?

300

Document title, chracter set, style sheets, links, and scripts

What is the metadata in a headtag?

400

defines the main content of the HTML document that will be directly visible on your web page

What is the Body?

400

An HTML tag requires these two things

What is a starting and end tag?

400

the text and images on a website

What is website content?

400

You can use the <p> tag to do this 

What is write several pargraphs?

400

A title or summary for a document or section of a document

What is a Heading?

500

should be placed under the closing header tag

What is a body tag?

500

contains all other HTML elements exept for the <DOCTYPE> tag

What is an HTML tag?

500

how the content of a website is organized

What is website structure?

500

The two types of paragraphs in code 

What is Multiple short paragraph, and sigle longer paragraph?

500

Inserted inside the HTML tags, but before the body tags

What is a Head tag?