Home » HTML » HTML Media » Question
  1. Which of the following tag is used for audio in HTML5?
    1. <canvas>
    2. <video>
    3. <audio>
    4. <bgsound>
    5. 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.



Your comments will be displayed only after manual approval.