Home » HTML » Html miscellaneous » Question
  1. Which of the following is known as child of media elements?
    1. <track>
    2. <map>
    3. <img>
    4. <area>
    5. None of these
Correct Option: A

<area> element defines region on image. element is used to insert image in document. <track> element is used as a child of media elements <video> and <audio>. It lets you specify text tracklike to automatically handle subtitles. The tracks are formatted in WebVTT format like .vtt files. <map> with <area> element is used to define image.



Your comments will be displayed only after manual approval.