Computer Science, asked by shahid0013, 11 months ago

dash tag is used to add sound to html documents​

Answers

Answered by sanalyadav81
4

Answer:

hey mate here is your answer hope it helps you

Explanation:

<audio>tag

Answered by smartbrainz
3

HTML <audio> tag is used to add sound to html documents.

  • The <audio> tag is an inline element that is used to insert sound clippings into a web page. It allows any kind of audio like a song , music or an interview to be added to our web page.
  • The sound to be added may contain one or more than one source which is represented by src tag or the <source> element. In this case the browser shall choose the most appropriate source. It can also be the target for streamed media.
  • Create a new HTML file in the same directory index.html. Add <audio> and <video> elements and give <source> elements to both of them. Through the source, the browser shall find the most suitable audio format and load them.

To know more about HTML tags, visit:

https://brainly.in/question/8281355

Similar questions