This tag tells the browser that the code will be HTML.
What is html?
What px is short for.
What is pixels?
The selector used to select all paragraph elements.
What is p
Used to set the class of an element.
What is class?
This tag represents the start of the body.
What is body?
Used to set the text inside of the tab (above the page, in the browser).
What is title?
Sets the font (ex: Ariel, Courier New; not the size or color) of an element.
What is font-family?
The selector used to select all elements in the class "tomato".
Used to set the source of an image.
What is src?
Used to create a paragraph.
What is p?
Used to create an unordered list.
What is ul?
Sets the styling of the area between the margin and padding.
What is border?
The selector used to select the element with the id "tomato".
#tomato
Used to assign CSS properties within the element itself.
What is style?
The tag to create a horizontal line across the screen.
What is hr?
The 3 tags associated with tables (that I talked about).
What are table, tr, td?
Used to set the margin on the left side of an element.
What is margin-left?
Instead of a selector, animations are defined using this.
What is @keyframes?
Used to set the URL to link to.
What is href?
Like a div, but won't take up a while line.
What is span?
Both ways to bold and italicize text (4 total)?
What are strong, b, em, i
What do the following parameters represent: "text-shadow: ? ? ?" (in order)
What are x offset, y offset and color.
The selector used to select all images inside of paragraphs.
What is p img?
The attribute and value to have a link open in a new tab.
What is target="blank"
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?