29.4k views
3 votes
Tiling is when a browser loads a background image and then repeats the image in both the vertical and horizontal directions until the entire background is filled.

True
False

2 Answers

2 votes
The correct answer is true
User Luthervd
by
8.1k points
6 votes

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.

User Dora
by
8.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.