| A | B |
| background | background: url(img_flower.jpg); |
| background-attachment | background-attachment: fixed; |
| background-color | background-color: green; |
| background-image | background-image: url("paper.gif"); |
| background-position | background-position: center; |
| background-repeat | background-repeat: no-repeat; |
| initial | Sets this property to its default value. |
| inherit | Inherits this property from its parent element. |
| background-size | background-size: 100px 80px; |
| background-origin | background-origin: content-box; |
| background shorthand property | background: #ffffff url("img_tree.png") no-repeat right top; |
| background shorthand property order | background-color background-image background-repeat background-attachment background-position |