![]() |
VOOZH | about |
The HTML loop attribute is used to make media replay automatically after it finishes. It is commonly applied to audio and video elements for continuous playback.
Syntax:
<element loop>
Example 1: Illustrates the use of loop attribute in <audio> element.
Example 2: Illustrates the use of loop attribute in <video> element.