Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks.

  2. A.

     readyState

    B.

     startDate

    C.

     videoTracks

    D.

     textTracks

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    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.


Be The First To Comment