CSS में छवि पुनरावृत्ति को नियंत्रित करने के लिए सही विकल्प है:\
To control image repetition in CSS , the correct option is :
A
h1 { background-loop: none; }
B
h1 { background-repeat: none; }
C
h1 { background-iterate: none; }
D
None of the above
Explanation
Correct Answer: B) h1 { background-repeat: none; }