Body
Head
Paragraph
HTML
Codes
100

Every project starts with a single _______ HTML file.

What is index?

100

It is used at the top of the page.

What is the body?

100

The most lines of code are written here.

What is the paragraph?

100

This stands for Hypertext Markup Language.

What is HTML? 

100

The line of code starts with this tag.

What is the <p> tag?

200

Almost all lines of code are written here.

What is the body?

200

The head is the part that is not displayed in the ______ ______ when it is loaded.

What is the web page?

200

Paragraphs are represented in visual media as these.

What are blocks of text?

200

HTML uses these symbols to start and finish sentences. 

What are greater and less than symbols, backslashes.

200

The line of code ends with this tag. 

What is the </p> tag?

300

The <body> tag always _______ and _______ a paragraph.

What is start and end?

300

The <head> element is a container for this.

What is metadata?

300

You can do this with the paragraph tag in HTML.

What is align?

300

These are a part of HTML.

What are tags?

300

When two people work together to write code 

What is pair programming?

400

The body also displays the ______ ______ on the web page.

What is the main content.

400

The <head> tag contains these five tags.

What are the document title, character set, styles, links, and scripts?

400

Incorrect text will happen if you don't do this.

What is not adding the paragraph tag?

400

This is a special trait about HTML.

It's very easy to learn and use.

400

The _______ uses the computer, types the code, and the _______ keeps track of the code

Who are the driver and navigator?

500

Unlike most other parts of the language, the body is ________. 

What is customized?

500

The five elements provide information for how a document should be these.

What is perceived and rendered?

500

This tag is used to introduce a break in the paragraph. 

What is the <br> (break) tag?

500

It's freely available to use on HTML.

What is open-source?

500

This uses curly brackets and semicolons.

What is CSS?

M
e
n
u