Pages

Thursday, April 15, 2010

Workshop1: CSS Basic Information


Basic CSS Information
·       CSS stands for Cascading Style Sheet
·       It is basically design for how to display HTML elements
·       External style sheets can keep a lot of work
·       External style sheets are stored in CSS files

CSS Syntax
A CSS rule has two main parts: a selector, and one or more declarations:
The selector is normally the HTML element you want to style.
Each declaration consists of a property and a value.
The property is the style attribute you want to change. Each property has a value.
  Reference

http://www.w3schools.com/css/default.asp

2 comments:

  1. Wow you provide basic CSS guideline...and syntax about CSS thats superb explaination with figure, everyone can easily get it!!!

    ReplyDelete
  2. That's a very clear explaination about CSS, good job!

    ReplyDelete