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 property of SVG restricts the region to which paint can be applied? linearGradient radialGradient animateTransform clip-Path linearGradient radialGradient animateTransform clip-Path ANSWER DOWNLOAD EXAMIANS APP
HTML5 An API is an application programming interface consisting of methods and properties which allow the author to get or set data or execute commands to the user agent. True False True False ANSWER DOWNLOAD EXAMIANS APP
HTML5 The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element. radialGradient script animateTransform clip-Path radialGradient script animateTransform clip-Path ANSWER DOWNLOAD EXAMIANS APP
HTML5 State true or False. “Prior to HTML5 in web market, traditionally, multimedia has been inserted with the concept of tag-based multimedia back”. True False True False ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback. playbackRate currentTime duration defaultPlaybackRate playbackRate currentTime duration defaultPlaybackRate ANSWER DOWNLOAD EXAMIANS APP