external CSS stylesheet
<link> tag
set up external style sheet file for CSS rules and use <link> tag
internal stylesheet
<style> tag
set up internal style sheet for CSS rules within the <head> section of an html file
inline style
style property for HTML tag
set up inline style CSS rules with HTML tags and style property
CSS style priority
understand priority system for combining external, internal and inline CSS rules
CSS selector
create CSS rule for elements: body, div, p, h1, ul, ol, li, a, img
CSS class
use CSS class selector
CSS ID
use CSS ID selector
CSS selector priority
understand priority system for combining element selectors, ID selector and class selector
font-family
style font-family for text using CSS
font-size
style font-size for text using CSS
color
style color for text using CSS
alignment
style alignment for text using CSS
background-color
style background-color using CSS