color - ✔✔the style property that is used to change the color of the text on a web page
background-color - ✔✔the style property that will change the background color of an
element
head - ✔✔the region of the document where the page title goes
tags - ✔✔instructions in HTML that format text and define the structure of a web page.
They are enclosed with < >
element - ✔✔HTML documents are made up of HTML elements
element structure - ✔✔Most HTML elements are written with a start tag, then content and
finished with an end tag.
element examples - ✔✔any object on the page, such as a container, image, list, etc
head & body - ✔✔the two primary regions of a web document contained directly below the
root element of the web page
block - ✔✔a type of element that can be given a specific size and position on the page
.html - ✔✔Hyper Text Markup Language - the file extension
inline - ✔✔a type of style sheet that is defined directly on the tag that the style is being
applied to
span - ✔✔this is the tag that you would use to modify the style of a single word within a
paragraph