InterviewSolution
Saved Bookmarks
| 1. |
Explain with the help of code, how audio and video clip can be added in an HTML document? |
|
Answer» Explanation: The HTML <AUDIO> ELEMENT is used to play an audio file on a web page. The HTML To play an audio file in HTML, use the The HTML To show a video in HTML, use the Example: |
|