loop attribute (bgsound, img, input:image)
Specifies the number of repeats for a sound or video clip.
JavaScript page for this attribute: loop. You can find other example(s) there. |
Possible values:
The 'infinite' string contant or an integer that sets the number of repeats.
One of the following values:
Repeats infinitely. | |||||||
Repeats infinitely. | |||||||
Repeats only once. | |||||||
Positive integer, the number of repeats. |
Default: 1.
Example HTML code 1:
This example illustrates the use of the loop attribute:
|
||||
<bgsound id="myBgSound" src="budgie.wav" loop="0"> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
External links:
User Contributed Comments