HTML Media


  1. There is an audio format supported across all browsers.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    There are 3 formats that are used in HTML5 Audio and are .mp3, .m4a AAC also known as H.264 format.


  1. Which of the following browser does not support wav file format?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Opera, firefox, chrome and internet explorer are different kinds of browsers. Out of which audio file format named wav is not supported by internet explorer.



  1. Which tag is used to defines multiple media resources for media elements audio and video?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    <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.defines multiple media resources for media elements, such as <video> and <audio>.


  1. Which of the following tag is used for audio in HTML5?











  1. View Hint View Answer Discuss in Forum

    NA

    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.



  1. In HTML Audio/Video DOM, __________ sets or returns the CORS settings of the audio/video.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    CurrentTime set or returns current playback position while playing audio/video. The length of the current audio/video is set or returned by duration. Default speed of playback is given by defaultPlaybackRate. The purpose of the crossorigin attribute is to allow you to configure the CORS requests for the element’s fetched data.