InterviewSolution
Saved Bookmarks
| 1. |
Which of the following elements are used to include audio?(a) audio(b) video(c) svg(d) aud |
|
Answer» The correct answer is (a) audio To explain: The audio tag is used to include audio in the HTML document. The audio tag includes method like play(), pause() etc. |
|