a html program for song.......
Answers
Answered by
0
<!DOCTYPE html>
<html>
<body>
<audio src="[type your song url]" controls>
</audio>
</body>
</html>
Answered by
0
Eya❤
.
.
.
You can embed a music file into your page using the following HTML code: <embed src="/music/good_enough.mp3" width="180" height="90" loop="false" autostart="false"> <audio src="/music/good_enough.mp3" controls> <embed src="/music/good_enough.mp3" width="300" height="90" loop="false" autostart="false"> </audio>
Similar questions