Paragraph
HTML
Head
Body
100

A paragraph element is _____.

What is an element of code used to separate sentences into paragraphs?

100

A language used to create web pages.

What is HTML?

100
Tag used as a container for metadata.

What is head?

100

Tag which defines the main content of the HTML document.

What is body?

200

This is used to start a paragraph

What is <p>?

200

What HTML is an acronym for.

What is Hypertext Markup Language?

200

Data about the HTML document.

What is metadata?

200

The amount of body elements in an HTML document.

What is 1?

300

This is used to end a paragraph

What is </p>?

300

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

What is an HTML element?

300

Examples of metadata.

What are document title, character set, style sheets, links, and scripts?
300

Where the body tag should be placed.

What is under the closing head tag?

400
<p>This code is missing ___

What is <p/>?

400

The special set of characters indicating the start and end of an HTML element and its type.

What is an HTML tag?
400

Where the head tag is placed.

What is before the HTML tags, and after the body tags?

400

What shouldn't be written after the closing body tag.

What is content?

500

<p>This code is missing a ___<p>

What is /?

500
The reason HTML works when it's broken.

Why does the code recognize what it's supposed to do?

500

The error in this line of code.

<html>

<head>

</body>

</head>

<html>

What is the </head> tag placed after the body tag?

500

Where all content in an HTML document should go.

What is inside the body tag?