Html program for song..........
Answers
Answered by
0
<!DOCTYPE html>
<html>
<body>
<audio src="[type your song code]" controls>
</audio>
</body>
</html>
Answered by
0
Code :
<html>
<body>
<audio src="[type your song url]" controls>
</audio>
</body>
</html>
<html>
<body>
<audio src="[type your song url]" controls>
</audio>
</body>
</html>
Similar questions