Which of the following tag is used for audio in HTML5?
<canvas>
<video>
<audio>
<bgsound>
None of these
Correct Option: C
<video> tag is used for video clips in HTML5. <canvas> is for graphical user interface. The audio tag defines sound, such as music or other audio streams.