Learn CSS

CASCADING STYLE SHEET (CSS) TUTORIALS

Cascading: It means that multiple styles can overlap in order to specify a range of style from a whole website to a unique element.

Style: It deals especially with the presentation e.g. color, font.

Sheet: CSS is a file separate from the HTML file which is linked through its head tag.
  I recommend every one to learn for free >> How to create a website

Uses of CSS:

 

i.    It allows much richer document appearance than HTML.
ii.    Reduces work load by centralizing commands for visual appearances instead of scattered throughout the HTML document.
iii.    Use same style on multiple pages.
iv.    Reduces page download size.

 

Basic Syntax of CSS

Selector{property: value} e.g.

P{color:red}
  • The property is the attribute that is likely to be changed.
  • Value is the value set for the property.


Syntax For Multiple Property

Selector{property: value; property: value; property: value}

 e.g.

P{color:red; font-size:12px}

Note: If the value is multiple words then put codes around the value e.g.

P{font-family:"Sans Serif"}





Copyright © 2013, All rights reserved!
web hosting reviews    |  Learn how to download youtube video | YouTube downloader | YouTube to mp3

No comments:

Post a Comment