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
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! -->
(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:
:-)
Answered by
3
Explanation:
hope it's help this attachment
mark as brainliest
Attachments:
Similar questions