a) getImageData b) toDataURL c) getContext d) restore Answer: c ...
View QuestionWhich of the following statement is not true?
a) SVG stands for Scalable Vector Graphics b) SVG is used to define graphics for the Web c) ...
View QuestionWhich of the following element is used for canvas graphics?
a) <paint> b) <canvas> c) <graphic> d) <css> Answer: b Explanation: CSS i.e. Cascading Style ...
View QuestionIn HTML Audio/Video DOM, __________ returns a TimeRanges object representing the buffered parts of the audio/video.
a) preload b) networkState c) buffered d) controller Answer: c Explanation: Preload is used to set or ...
View QuestionIn HTML Audio/Video DOM, __________ sets or returns the CORS settings of the audio/video.
a) currentTime b) duration c) defaultPlaybackRate d) crossOrigin Answer: d Explanation: CurrentTime set or returns current playback position while ...
View QuestionIn HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback.
a) currentTime b) duration c) defaultPlaybackRate d) playbackRate Answer: c Explanation: CurrentTime set or returns current playback position while ...
View QuestionWhich of the following HTML Video – Media Type is not supported in IE?
a) WebM b) MP4 c) Ogg d) MP4 FLAC Answer: c Explanation: The Ogg container format with the Theora ...
View QuestionWhat will happen if height and width of video are not set while video loads?
a) page flickers b) page does not load c) page crash d) page closes Answer: a Explanation: If height ...
View QuestionWhich of the following is not a HTML5 tag?
a) <video> b) <source> c) <track> d) <slider> Answer: d Explanation: <video> tag is used ...
View QuestionIn HTML Audio/Video DOM, __________ sets or returns whether the audio/video should be loaded when the page loads.
a) preload b) autoplay c) buffered d) controller Answer: a Explanation: Autoplay, preload, buffered, controller etc are ...
View Question