Computer Science, asked by Sukhnoor321, 8 months ago

Question/Answer:-Describe <audio> and <source> elements. ​

Answers

Answered by aishi2020
5

The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.

Answered by Anonymous
1

Answer:

The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream

Similar questions