-
Which of the following is known as child of media elements?
-
- <track>
- <map>
- <img>
- <area>
- 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.