<!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:-
<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
Reviewed by Network security
on
May 05, 2019
Rating:
No comments: