CSS - answer Describes how elements must be rendered on screen, on paper, or in
other media
Selector - answer Points to the HTML element you want to style
Property - answer Part of an element that can be changed
Value - answer Setting that changes the CSS property
/*Comment*/ - answer Blocked out message that doesn't run in your code
Element selector - answer Selects the element based on the element name
ID Selector - answer Uses the id attribute of an HTML element to select a specific
element
Class Selector - answer Selects elements with a specific class attribute
External Stylesheet - answer A way you can change the look of an entire website by
changing just one file
<link> - answer HTML element used to connect an HTML document to an External
Stylesheet
Internal Stylesheet - answer Used if one single page has a unique style
<style> - answer HTML element used to define a unique style for a single page
Inline Style - answer Used to apply a unique style to a single HTML element
background-color - answer Sets the background color of an element
background-image - answer Sets the background picture for an element
background-repeat - answer Sets how a background picture will be repeated
background-attachment - answer Sets whether a background image is fixed or
scrolls with the rest of the page
background-position - answer Sets the starting location of a background image
color - answer Sets the color of text