BODY
HEAD
PARAGRAPH
HTML
DOCTYPE
100

How many <body> elements are in a HTML document?

Only one 

100

Make sure you don't put any content in the (blank) tag

head 

100

What is the <p> tag used for?

To define a paragraph 

100

What is HTML?

It is the container for all of the HTML elements 

100

All <html> documents must start with a ...

<!DOCTYPE> declaration 

200

What elements should go in the <body> tag? 

All the components of a HTML document including headings, images, and list 

200

The <head> is placed inside the... 

<html> tags and before the <body> tags 

200

What can we do with the <p> tag?

To write several paragraphs or a paragraph or multiple lines 

200

Where is the <html> placed?

Right under the <!DOCTYPE> tag

200

What does this tag tell the browser?

What version the HTML page is written in 

300

Where should the <body> tag be placed?

Under the closing </head> tag

300

What are the syntax?

<head> and </head>

300

What is an example of the <tag> being used?

<p> My favorite animals are birds. </p>

300

The <html tag requires a ...

Starting and ending tag 

300

What line does the <!DOCTYPE> go in?

The very first line of a document 

400

What can we use <body> for?

To create a simple webpage

400

What can we use <head> for? 

To contain metadata about the HTML document 

400

What is the syntax?

<p> </p>

400

What does the <html> makeup?

Contains everything that makes up the webpage 

400

The <!DOCTYPE> needs a closing tab.

True or False?

False

500

What is an example in the way this code can be used?

<html>

<head>

<title> Title Of The Document </title>

</head>

500

What specifically is the <head> tag used for?

Document title, character sets, style sheets, links, and scripts 

500

You can write multiple (blank) with this tag <p>

paragraphs 

500

What is a example of this?

<!DOCTYPE html>

<html>

500

What is the syntax?

<!DOCTYPE>

M
e
n
u