In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks.
A
readyState
B
startDate
C
videoTracks
D
textTracks
Correct Answer: textTracks
The textTracks property returns a TextTrackList object. The TextTrackList object represents the available text tracks for the audio/video. Each available text track is represented by an TextTrack Object.