Sunday, May 30, 2010

CSS - Introduction

CSS is the acronym for: ‘Cascading Style Sheets’.
We can define/create our CSS styles in a separate file and then link it to the page we want. Styles are normally saved in external .css files.
CSS helps to solve lot of works. For a single page it will be easy to specify the styles. While we are creating more pages it will be very hard to specify the styles in each and every page. In this situation External Styles sheets are used.

Rules:
CSS declarations always ends with a semicolon.
Declaration groups are surrounded by curly brackets.

Example:
p
{
color:red;
text-align:center;
}

No comments:

Post a Comment

Send your Design, Code or any other Creations to qualitypointmail@gmail.com for showing them here. You can mention your contact details(email id, phone) also

If you are an Expert, you can give review comments or feedback to show your skills

This blog will help you to get more opportunities as this blog will be linked to our other blogs and sites which attract more visitors.

A Good Beginning Is Half Done

Start Freelancing