HTML5 __________ can be used to advise the browser to download media content in the background to improve playback. poster buffer autobuffer data-X poster buffer autobuffer data-X ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image? fillRect(x, y, w, h) none of the mentioned clearRect(x, y, w, h) strokeRect(x, y, w, h) fillRect(x, y, w, h) none of the mentioned clearRect(x, y, w, h) strokeRect(x, y, w, h) ANSWER DOWNLOAD EXAMIANS APP
HTML5 The _________ element is used to render simple graphics such as line art, graphs, and other custom graphical elements on the client side. art metadata css canvas art metadata css canvas 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. getContext none of the mentioned getData toDataURL getContext none of the mentioned getData toDataURL ANSWER DOWNLOAD EXAMIANS APP
HTML5 The HTML canvas is a Two-dimensional grid One-dimensional grid None of these Three-dimensional grid Two-dimensional grid One-dimensional grid None of these Three-dimensional grid ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which is a JavaScript running in the background, without affecting the performance of the page. Web Worker SVG None of these Canvas Web Worker SVG None of these Canvas ANSWER DOWNLOAD EXAMIANS APP