标签: html css
我认为如果没有提及CSS中的background-repeat,那么默认浏览器会将其设为background-repeat: repeat。
background-repeat: repeat
那么,具有单独的background-repeat: repeat属性的必要性是什么?
答案 0 :(得分:2)
如果该值不存在于第一位,则它不能是默认值。
您还需要一种方法将其设置为返回,以便在其他内容发生更改时重复。