| BACKGROUND | background-color | - Color - Transparent |
| background-image | - URL - None | |
| background-repeat | - repeat - repeat-x - repeat-y - no-repeat | |
| background-attachment | - scroll - fixed | |
| background-position | - top left - top center - top right - center left - center center - center right - bottom left - bottom center - bottom right - x% y% - x y | |
| FONT | font-style | - normal - italic - oblique |
| font-variant | - normal - small-caps | |
| font-weight | - normal - bold - bolder - lighter - 100 – 900 | |
| font-size | - xx-small - x-small - small - medium - large - x-large - xx-large - smaller - larger - px (pixel) - % | |
| font-family | - family-name - generic-family | |
| TEXT | color | - color name - color code (hecxa) |
| text-indent | - px (pixel) - % (phần trăm) | |
| text-align | - left - right - center - justify | |
| letter-spacing | - normal - px (pixel) | |
| text-decoration | - none - underline - overline - line-through - blink | |
| text-transform | - none - upper - lower - capitalize | |
| MARGIN | margin-top | - auto - px (pixel) - % (phần trăm) |
| margin-right | - auto - px (pixel) - % (phần trăm) | |
| margin-bottom | - auto - px (pixel) - % (phần trăm) | |
| margin-left | - auto - px (pixel) - % (phần trăm) | |
| PADDING | padding-top | - auto - px (pixel) - % (phần trăm) |
| padding-right | - auto - px (pixel) - % (phần trăm) | |
| padding-bottom | - auto - px (pixel) - % (phần trăm) | |
| padding-left | - auto - px (pixel) - % (phần trăm) | |
| BORDER (border-top border-right border-bottom border-left) | border-width | - thin - medium - thick - pixel (pixel) |
| border-style | - none - hidden - solid - dotted - dashed - double - groove - ridge - inset - outset | |
| border-color | - color name - color code (hecxa) | |
| WIDTH | width | - auto - px (pixel) - % (phần trăm) |
| max-width | - none - px (pixel) - % (phần trăm) | |
| min-width | - px (pixel) - % (phần trăm) | |
| HEIGHT | height | - auto - px (pixel) - % (phần trăm) |
| max-height | - none - px (pixel) - % (phần trăm) | |
| min-height | - px (pixel) - % (phần trăm) | |
| LAYOUT POSITION | top | - auto - px (pixel) - % (phần trăm) |
| right | - auto - px (pixel) - % (phần trăm) | |
| bottom | - auto - px (pixel) - % (phần trăm) | |
| left | - auto - px (pixel) - % (phần trăm) | |
| float | - left - right - none | |
| clear | - left - right - both - none |




