| | CSS属性 | 值 |
| 字体属性 | font-family | Arial,serif,宋体... |
| | font-size | Small,medium,large...或直接指定字体大小 |
| | font-style | normal,italic... |
| | font-weight | normal,bold,lighter,bolder,100...上限是900 |
| 文本属性 | text-align | left,right,center,justify |
| | text-indent | 度量或% |
| | text-decoration | none,blink,underline,overline,line-through |
| | text-transform | none,capitalize,uppercase,lowercase |
| | vertical-align | Baseline,super,sub,top,text-top,middle,bottom,text-bottom |
| | word-spacing | 度量 |
| | letter-spacing | 度量 |
| 框属性 | border | None,solid,double,ridge,inset,outset,groove,dotted dashed |
| | border-style | 同上 |
| | border-width | 度量,thick,medium,thin |
| | border-color | #RRGGBB,颜色名称 |
| | margin-top | 度量或% |
| | Margin-left | 度量或% |
| 定位属性 | top | 度量 |
| | width | 度量或% |
| | height | 度量或% |
| | left | 度量 |
| 颜色属性 | color | #RRGGBB,颜色名称 |
| | background-color | #RRGGBB,颜色名称,transparent |
| | background-image | url |
| | background-repeat | repeat,repeat-x,repeat-y,no-repeat |