Link One Link Two Link Three Link Four Link Five
selector { property: value }

This is h1 / font family - times / color-blue

this is h2 / font - georgia / color-black

this is h3 / font-helvitica / color-purple

This is text being affected by CSS via the "p" tag

Each selector can have multiple properties, and each property within that selector can have independent values. The property and value are seperated with a colon and contained within curly brackets. Multiple properties are seperated by a semi colon. Multiple values within a property are sperated by commas, and if an individual value contains more than one word you surround it with quotation marks. As shown below.