CSS » Intro

CSS stands for Cascading Style Sheets. Think of it as the control centre of a website. Text colors, background colors or images, position of the layout, -everything (nearly) can be controlled with CSS. It determines how HTML elements will be displayed. If you want to change the text color, you don't have to change each and every single HTML file to do so. All you need is to change one line of coding, and your whole website is affected by that change!

Advantages

  • Keeps your HTML code clean and to a minimum
  • Easy to change your layout
  • Easy to change parts of the layout; text color, background etc.
  • Makes coding of layouts easier
  • Easier to handle your website!