Intro to CSS

CSS is going to be a life saver if you’re working with an HTML website, as long as you know the basics of HTML.

What is CSS?

  • CSS Stands for Cascading Style Sheets
  • CSS defines how to display HTML elements
  • External Style Sheets can save a lot of work for editing webpages
  • External Style Sheets are stored in CSS files (.css)

CSS is going to save you a lot of work for re-designing or making changes to your website’s appearance and layout. Preferably, CSS files are external, that way by having that one .css external file, you will only need to edit that one document to affect your entire website.