HTML5 When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation. imageData() drawImage() none of the mentioned measureText() imageData() drawImage() none of the mentioned measureText() ANSWER DOWNLOAD EXAMIANS APP
HTML5 What will happen if height and width of video are not set while video loads? none of the mentioned page flickers page crash page does not load none of the mentioned page flickers page crash page does not load ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which is a JavaScript running in the background, without affecting the performance of the page. None of these Canvas SVG Web Worker None of these Canvas SVG Web Worker ANSWER DOWNLOAD EXAMIANS APP
HTML5 To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element. toDataURL none of the mentioned getData getContext toDataURL none of the mentioned getData getContext ANSWER DOWNLOAD EXAMIANS APP
HTML5 __________ is a JavaScript library that implements the most common user interface elements and interactions like sliders, accordions, tabs, and so on. JavaScript VTS JQuery UI JCL JavaScript VTS JQuery UI JCL ANSWER DOWNLOAD EXAMIANS APP
HTML5 To insert a video, we use a video tag and set its src attribute to a local or remote URL containing a playable movie. False True False True ANSWER DOWNLOAD EXAMIANS APP