The purpose of this tutorial is to show you how to use Cascading Style Sheets (CSS) to improve the design and functionality of your website.

CSS files are a powerful tool used by almost all web designers nowadays. Once implemented in your pages, a css file can save you a lot of time and work in the future. After reading this tutorial, you will have basic knowledge of how to structure and implement CSS files into your website.

This tutorial contains:divider

  • The idea behind CSS : Check this part of the tutorial for a simple explanation what CSS is used for.
  • The syntax of a CSS file : You will find the basics of the CSS syntax explained in this section of the tutorial.
  • Sample HTML and CSS files : Here we will show you a very basic page and the CSS file that it uses.
  • CSS FAQ  : In this part of the tutorial you will find the most frequently asked questions and issues that require changes in the CSS file of a website.