CSS Background
The CSS background properties is used to provide background effect of the HTML element.These effect might be element's background color ,element's background image and element's background-image positioning,etc.
Background properties are-
background-color
background-image
background-repeat
background-attachment
background-position
background(shorthand property)
Note: Keep in mind that CSS background is used to provide the background effect to the HTML element.
Followings are the background properties like background-color,background-image,background-repeat,background-attachment,background-position.