Answer:
True
Step-by-step explanation:
Tiling is process whereby an image that is been loaded by the browser continues to repeat/reload itself in various position on the page so that is fills up the whole page. the background - repeat : type function is used to perform this function on a back ground image.
and the specified value on the background image to be tilled is applied to all the repeated images both in horizontal and vertical positions.
Tiling is a CSS background repeat property in the sense that you can use different functions such a REPEAT X, REPEAT Y, REPEAT , SPACE and so on to determine how the image would be repeated. to achieve tiling, the image is set up using the SPACE function.