Computer Science, asked by hussain6130786, 4 months ago

Write the HTML code to display audio (sound file )on webpage.

Answers

Answered by Anonymous
2

Create a new HTML file in the same directory, called index. html . Add <audio> and <video> elements to the page; make them display the default browser controls. Give both of them <source> elements so that browsers will find the audio format they support best and load it.

Similar questions