Body
Paragraph
HTML
Head
Doctype
100

How you start a body

What is <body>?

100

How to start a paragraph

What is <p>?

100

How to start an HTML

What is <html>?

100

How to start a head

What is <head>

100

How to start doctype

What is <!DOCTYPE>

200

How you end a body

What is </body>?

200

How to end a paragraph

What is </p>?

200

How to end an HTML

</html>

200

What should you not do with a head

What is put anything in it

200

Where to place <!DOCTYPE> tag

What is at the VERY beginning

300

A body is

What is the main piece of a webpage?

300

What a paragraph does

What is starts a new line of text?

300

Where should you place an opening HTML tag

What is right after <!DOCTYPE>?

300

Head is used for

What is to contain metadata about the document

300

How to close <!DOCTYPE>

What is<!DOCTYPE> doesn't need a closer

400

There are this many <body> elements in an html document

What is one?

400

Paragraph's category

What is HTML tags?

400

Where should you place an ending HTML tag?

The very end

400

How to end a head

</head>

400

What <!DOCTYPE> does

What is tells browser what version of HTML the page is in

500

This is where the contents of a document go in relation to the <body>

What is inside?

500

Amount of paragraph tags you can use

What is as many as you want?

500

What does an HTML tag do

What is starts and ends a webpage?

500

Where to put <head> tag

What is inside <html> and before <body> tag

500

What documents start with <!DOCTYPE>

What is all documents

M
e
n
u