how to insert audio and video in html? also describe <embed> tag with syntax
Answers
Answered by
2
Answer:
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.
Explanation:
Similar questions