HTML:- Audio loop

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>

 <!--Please Volume up your mobile-->
 <audio loop="true" autoplay="true" src="smallsound.MP3">
  </audio>

</body>

</html>


Used of:-
  • <audio> tag defines sound, such as music or other audio streams.
  • The audio will be repeated by setting loop attribute as true.


HTML:- Audio loop HTML:- Audio loop Reviewed by Network security on May 05, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.