If you want to become a website designer, you will need to know how to code in CSS.
Cascading Style Sheets (CSS) is used to add styles to your HTML pages. CSS can make your source code easier to read and better to edit when used correctly.

A CSS style starts with something like this.

CFFCS | CarrzSynEdit: | CSS (Cascading Style Sheets)
<style type="text/css">
.ClassTag{
  border:1px double #000; /*Using Color Codes*/
}
#IDTag{
  border:1px double blue; /*Using Color Names*/
}
</script>
    Variations
  1. CSS 1 (December 17, 1996)
  2. CSS 2 (May 1998)
  3. CSS 2.1 (2004 thru 2011)
  4. CSS 2.2 (2015)
  5. CSS 3 (June 1999)