Dimension properties


What it does:
These properties control the dimensions (width and height) of an object. You can specify the values as either a percentage or value in pixels.

HTML Equivalent:
<table width="***" height="***">

Values:
width: Control the width of the element.
height: Control the height of the element.

Example:
External Style Sheet: table {width: 500px; height: 250px;}
In-line: <table style="width=25%">

CSS Properties: Contents

::Fonts
font-style
font-weight
font-family
color
::Text
text-align
text-decoration
text-transform
text-shadow
::Backgrounds
background-color
background-image
background-repeat
background-attachment
::Scrollbars ::Dimensions ::Margins and Padding
::Borders
Border
Border-width
Border-style