Computer Science, asked by srishti03, 1 year ago

HTML code for a webpage on sound

Answers

Answered by Joshuawoskk
1
Enter the <embed> tag and a link to the sound file you want to use.
Answered by siddhartharao77
0
<audio controls>

<source src="name of the file.mp3" type="audio/mp3">

</audio>

</html>
Similar questions