background

UK[ˈbækgraʊnd] US[ˈbækˌɡraʊnd]

n. (painting, etc.) background; background color; background information; soundtrack

Plural: backgrounds

repeat

英[rɪˈpi:t] 美[rɪˈpit]

vt. Repeat; retell, recite

vi.Redo; repeat voting

n.Repetition; (program) reenactment; repeated things

Third person singular: repeats Plural: repeats Present participle: repeating Past tense: repeated Past participle: repeated

javascript backgroundRepeat property syntax

Function:Set whether and how the background image is repeated.

Syntax:Object.style.backgroundRepeat=repeat_value

Parameters:repeat Default. The background image will repeat vertically and horizontally. Repeat-x The background image will be repeated horizontally. repeat-y The background image will be repeated vertically. no-repeat The background image will be displayed only once.

javascript backgroundRepeat property example

    

Run instance »

Click the "Run instance" button to view the online instance