Computer Science, asked by J00N, 1 month ago

how to not repeat the background image in an HTML document?

Answers

Answered by Anonymous
0

Answer:

To make a background image not repeat in HTML, specify no-repeat in the background-repeat property or the background shorthand property. The background image is set to 'no-repeat' using the 'background-repeat' property

Explanation:

Similar questions