Codes
Head
Paragraph
HTML
Definitions
100

Code for doc type.

What is <!DOCTYPE> ?

100

Span of numbers to increase/ decrease heading font

What is 1-6?

100

Making multiple sets of <p> and </p> tags help with.

What is create multiple paragraphs?

100

The place where the HTML is put

What is the file?

100

Acronym for hyper text markup language.

What is HTML?

200

Code for head.

What is <head></head> ?

200

The head tag is used for this.

What is a container for metadata?

200

Opening and ending tags.

What is paragraph element?

200

HTML uses this to work.

What is greater than sign, less than sign, and backslash?

200

Acronym for cascading style sheets.

What is CSS?

300

Code for body.

What is <body></body> ?

300

The head tag is placed before this tag.

What is the body tag?

300

Category that paragraph belongs to

What is HTML tags?

300

This can be found in HTML

What is headers, lines, paragraphs, and links?

300

Two people working together at the same computer to write code.

What is pair programming?

400

Code for HTML.

What is <html></html> ?

400

The head holds this.

What is info about title, script, and stylesheets?

400

The correct way to open a new paragraph

What is <p> ?

400

HTML can be found in this place.

What is all places of the internet?

400

The text and images on a website.

What is website content?

500

Code to open and close a paragraph.

What is <p></p> ?

500

The head tag is placed here in relation to the HTML tag.

What is inside?

500

The tags that the paragraph goes between

What is <body> and </body> ?

500

HTML does this when it notices a mistake.

What is make the text pink?

500

How the content of a website is organized.

What is website structure?