News Tutorials Projects Reviews Authors Contact Search Links Admin
 

CSS Introduction : Introduction

What is CSS?

CSS stands for Cascading Style Sheets. They are a special sort of file used to define the styling of HTML pages. They allow for exact control of all the properties in HTML, including simple things such as text color, background colour, font size, border style, font familes, margins, padding..

CSS Files can be linked externally to HTML files, sharing between a whole site of webpages, allowing you to change one file, and affect the design of the whole site.

This article will cover basic CSS syntax, ways of using CSS in your HTML, information on how Selector types work, and a common property list.

Advantages of CSS

- Increases download speed (using CSS syntax instead of images)
- Centralises template, applying a standard style across a whole website.
- Properties are specified using common terms, making it easy to learn.
- Easy to write and read
- Produces cleaner HTML that is more flexible and easier to maintain.
- Many new desiogn control features, such as custom scroll bars.
- Provides building blocks for future releases, and few features.

Reference

The last page of this article is a basic property list, which I find useful.

Blooberry.com !

If you want to know more about CSS, go to Blooberry. I think is the best CSS listing on the internet. Its comprehensive and well written, and I'm always using it when building my websites.

 


Author: Markavian
Last edited on: 5th Dec, 6:53 pm
Please rate this article.

» Next Page 'CSS Syntax' »

tutorial Pages