Intro to HTML
Headings and Lists
Images
CSS
Classes and Flex
100

The text and images on a website

What is website content?

100

A list that is numbered

What is an ordered list?

100

This attribute says the file name in the image tag

What is src(source)?

100

Used to give style to HTML elements.

What is a stylesheet(CSS)?

100

A container for your HTML elements.

What is a division(div)?

200

When two people code together

What is pair programming?

200

This size heading is used for titles

What is H1?

200

Unit that is used to change size of an image

What are pixels?

200

Indicates the element that style rules will apply to.

What is a selector?

200

Used to create different styles for the same element.

What is a class?

300

The person using the computer

What is the driver?

300
This is what each item in a list is called
What is a list item?
300

This attribute puts a description of the image if the file cannot be found. 

What is alt(alternate)?

300

A 3 letter color model used.

What is RGB?

300

You MUST have this property to enable the use of flex properties.

What is display?

400

Hypertext Markup Language

What does HTML mean?

400

Looking through your code to correct your mistakes

What is debugging?

400

You should do this when using someone else's images.

What is giving credit?

400

The rule that changes in value on a style sheet.

What is a property?

400

This provides a better way to layout items on a webpage. 

What is a flexbox?

500

Special set of characters that indicate that start and end of an HTML element

What is a tag?

500

A list that is bulleted

What is an unordered list?

500

This part of the image tag let's the computer know that we are using an image.

What is img(image)?

500

Where you link a stylesheet to an HTML files.

What is the head?

500

Where the div tag goes.

What is the body?