HTML5 In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should be loaded when the page loads. controller autoplay preload buffered controller autoplay preload buffered ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which attribute specifies that the video will be loaded at page load, and ready to run. Ignored if autoplay is present. poster loop src preload poster loop src preload ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks. textTracks videoTracks readyState startDate textTracks videoTracks readyState startDate ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths? beginPath() moveTo(x, y) closePath() none of the mentioned beginPath() moveTo(x, y) closePath() none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished. loop autoplay seeking played loop autoplay seeking played ANSWER DOWNLOAD EXAMIANS APP
HTML5 The interactive element audio with the attribute controls must not appear as a descendant of which element? both a and b a audio button both a and b a audio button ANSWER DOWNLOAD EXAMIANS APP