Computer Science, asked by RehanAhmadXLX, 1 year ago

Which property of CSS controls the repetition of images inserted in a web page as a background? Explain How?

CONTENT QUALITY REQUIRED

Answers

Answered by siddhartharao77
19
Here is a short note on it:

(1) It is called as background-repeat property.

(2) It specifies whether the background image of an element should be repeated or not.

(3) It has several values. Background-image: repeat specifies that the image should not be repeated.

Ex:

body
{
background-repeat:no-repeat;
}


<!-- Hope this helps! -->

siddhartharao77: :-)
RehanAhmadXLX: :-)
Anonymous: nice answer
siddhartharao77: Thank you Pranjal saxena
Anonymous: welcome
Answered by Anonymous
3

Explanation:

hope it's help this attachment

mark as brainliest

Attachments:
Similar questions