Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

Table of Contents Home Page Web Taming's Free 'Net ToolsSite Search Table of Contents

Learning HTML: CSS 1 - Formatting


 This Page Under Construction

... in the mean time check out Dave Raggett's Introduction to CSS .

value description
color color name or
hexadecimal RGB, i.e. #ffffff or
rgb(red, green, blue)
where red, green, blue are numbers from 0-255 or percentages
lenght an optional + or - followed by a number and a unit such as
absolute in  value in inches
  mm value in milimeters
  cm value in centimeters
  pt value in point size
  pc value in picas
relative px screen pixels
  em height of the specific font's capital letters
  ex height of the specific font's lower-case letters
number an optional sign followed by a decimal number
percent an optional sign followed by a percentage, i.e. 80%
url url("http://somewher.com/whatever.html)
property value description
background    
  background-attachment    
  background-color    
  background-image    
  background-position    
  background-repeat    
border    
  border-bottom    
  border-bottom-width    
  border-color    
  border-left    
  border-left-width    
  border-right    
  border-right-width    
  border-style    
  border-top    
  border-top-width    
  border-width    
clear    
color    
display    
float    
font    
  font-family    
  font-size    
  font-style    
  font-variant    
  font-weight    
height    
letter-spacing    
line-height    
list-style    
list-style-image    
list-style-position    
list-style-type    
margin    
  margin-bottom    
  margin-left    
  margin-right    
  margin-top    
padding    
  padding-bottom    
  padding-left    
  padding-right    
  padding-top    
text-align    
text-decoration    
text-indent    
text-transform    
vertical-align    
word-spacing    
white-space    
width    

Jump to top[Top]


 [Prev] Previous Chapter | Home | Up | Next Chapter  [Next]


Send feedback and kudos to: peterconrad@hotmail.com
Copyright © 2004 by Web Taming . All Rights Reserved.
For more attractions please visit my Personal Pages on Planet Tripod.