html - What is the necessity of CSS property background-repeat: repeat; -


i think if background-repeat in css not mentioned default browsers make background-repeat: repeat.

so, necessity of having separate background-repeat: repeat property?

if value didn't exist in first place, couldn't default value.

you need way set back repeat if else has changed it.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -