Examples of Background Images: example background image

Here is a div element with a background image. The image is tiled from the upper-left corner.
This div has background-repeat: no-repeat. Note that the image is not repeated
This div has background-repeat: repeat-x. Note that the image is repeated on the x axis.
This div has background-repeat: repeat-y. Note that the image is repeated along the vertical axis.