HTML code for a webpage on sound
Answers
Answered by
1
Enter the <embed> tag and a link to the sound file you want to use.
Answered by
0
<audio controls>
<source src="name of the file.mp3" type="audio/mp3">
</audio>
</html>
<source src="name of the file.mp3" type="audio/mp3">
</audio>
</html>
Similar questions