Social Sciences, asked by hdhjxjd, 11 months ago

html program for song.......

Answers

Answered by GhaintMunda45
1

Code :

<html>

<body>

<audio src="[type your song url]" controls>

</audio>

</body>

</html>

Answered by hinaguptagracy
3

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
Math, 1 year ago