| Text properties | JS Version | Italic values indicate lower degree of cross-browser support. |
| font-family | fontFamily | Times, serif |
| font-style | normal, italic, oblique | |
| font-weight | normal, bold, bolder, lighter, 100-900 | |
| font-size | 12pt, 75%, small (xx-small, x-small, small, medium, large, x-large, xx-large), smaller/larger | |
| color | green, #336699 | |
| line-height | normal, 2 (number of lines), 200% (double spacing), 24pt (so 12pt text in 24pt space would be double spacing) | |
| text-decoration | none, underlineline-through | |
| text-transform | none, capitalize, uppercase, lowercase | |
| text-alignm | left, right, center, justify | |
| Color and Background Properties | JS Version | Italic values indicate lower degree of cross-browser support. |
| background-color | transparent, red, #99ff22 | |
| background-image | none, url(images/image.gif) | |
| Positioning Properties | JS Version | Italic values indicate lower degree of cross-browser support. |
| width | auto, 200px, 30% | |
| height | auto, 200px | |
| left | auto, 24px, 5% | |
| top | auto, 24px, 5% | |
| z-index | auto, number (1 - 100) | |
| visibility | inherit, visible, hidden |