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) clearRect(x, y, w, h) strokeRect(x, y, w, h) none of the mentioned fillRect(x, y, w, h) clearRect(x, y, w, h) strokeRect(x, y, w, h) none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which of the following attribute adds audio controls, like play, pause, and volume? src controls source audio src controls source audio ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which is a JavaScript running in the background, without affecting the performance of the page. SVG Web Worker Canvas None of these SVG Web Worker Canvas None of these ANSWER DOWNLOAD EXAMIANS APP
HTML5 __________ can be used to advise the browser to download media content in the background to improve playback. data-X poster buffer autobuffer data-X poster buffer autobuffer ANSWER DOWNLOAD EXAMIANS APP
HTML5 __________ allows the iframe to pull in content from elsewhere in the same domain. allow-scripts none of the mentioned allow-same-origin allow-forms allow-scripts none of the mentioned allow-same-origin allow-forms ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks. videoTracks readyState textTracks startDate videoTracks readyState textTracks startDate ANSWER DOWNLOAD EXAMIANS APP