Tags 1
Properties
Selectors
Attributes
Tags 2
100

This tag tells the browser that the code will be HTML.

What is html?

100

What px is short for.

What is pixels?

100

The selector used to select all paragraph elements.

What is p

100

Used to set the class of an element.

What is class?

100

This tag represents the start of the body.

What is body?

200

Used to set the text inside of the tab (above the page, in the browser).

What is title?

200

Sets the font (ex: Ariel, Courier New; not the size or color) of an element.

What is font-family?

200

The selector used to select all elements in the class "tomato".

What is .tomato?
200

Used to set the source of an image.

What is src?

200

Used to create a paragraph.

What is p?

300

Used to create an unordered list.

What is ul?

300

Sets the styling of the area between the margin and padding.

What is border?

300

The selector used to select the element with the id "tomato".

#tomato

300

Used to assign CSS properties within the element itself.

What is style?

300

The tag to create a horizontal line across the screen.

What is hr?

400

The 3 tags associated with tables (that I talked about).

What are table, tr, td?

400

Used to set the margin on the left side of an element.

What is margin-left?

400

Instead of a selector, animations are defined using this.

What is @keyframes?

400

Used to set the URL to link to.

What is href?

400

Like a div, but won't take up a while line.

What is span?

500

Both ways to bold and italicize text (4 total)?

What are strong, b, em, i

500

What do the following parameters represent: "text-shadow: ? ? ?" (in order)

What are x offset, y offset and color.

500

The selector used to select all images inside of paragraphs.

What is p img?

500

The attribute and value to have a link open in a new tab.

What is target="blank"

500

The button you click on the "Share" screen on YouTube to get the code to put a video on your website. This applies to many other services (including Repl itself).

What is embed?

M
e
n
u