这个HTML使用了CSS的background-repeat属性,使背景图片竖向重复。
常用的background-repeat的属性值有: repeat-x(横向重复),repeat-x(横向重复), no-repeat(不重复)。
background-repeat属性要和background-image一起用。