CSS Style Sheets

  • Located in <head> tag or linked .css file
    <style type="text/css">
       .emphasis {
          color: #CCFF00;
          font-weight: bold;
        }
    </style>
     
  • The real design tool for the web!
     
  • Set a style that governs font, size, indent, color, etc. and use it anywhere
     
  • Define the look of specific HTML tags