| Font Properties | ||
| Property | What it does | Possible values |
| Font-Family | Controls the type of font shown on the page | serif(Times) sans-serif(Arial/Helvetica) cursive(Zapf-Chancery) fantasy(Western) monospace(Courier) |
| Font-size | Controls the size of the font | medium # of pixels percentage |
| Font-style | Controls the style of the font | normal italic oblique |
| Font-variant | Controls the Variant of the font | normal Smallcaps |
| Font-weight | Controls the weight of the font | Normal lighter bold bolder 100-900 |
| Text Properties | ||
| Property | What it does | Possible values |
| Letter-spacing | Controls the amount of spacing between each letter is a section of text | normal # of pixels |
| line-height | Controls the amount of vertical space between lines | normal # of pixels percentage |
| text-align | Controls the alignment for a section of text | left right center |
| text-decoration | Conrols what the text look like | underline overline line-through blink |
| text-indent | Controls the indentation of the first line in a section of text | 0 # of pixels percentage |
| text-transform | Changes the case of a section of text | none uppercase lowercase Capitalize |
| vertical-alignment | Controls the vertical alignment of section text | baseline sub super top text-top middle bottom text-bottom |
| word-spacing | Controls the amount of spacing between each word in a section text | normal # of pixels |
| Color & Backround Properties | ||
| Properties | What it does | Possible values |
| color | controls the color of text | color name |
| backround-attachment | controls the scrolling of the backround | scroll fixed |
| backround-image | allows you to set the backround image | image URL |
| backround-color | allows you to set the backround color | color name |
| backround-position | controls the position of backround on page | 0%,0% postion in pixels ie {20,20} percentage ie {5%,7%} top bottom left right center |
| Classification Properties | ||
| Properties | What it does | Possible values |
| White-space | controlls the white space formatting of a section | normal Pre nowrap |
| Display | controls the display of a section | block inline list-item none |
| visibility | Controls the visibilty of an element | inherit visible hidden |
| z-index | controls the layering of an element | auto Number |