HTML5 The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element. clip-Path animateTransform radialGradient script clip-Path animateTransform radialGradient script ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback. playbackRate defaultPlaybackRate duration currentTime playbackRate defaultPlaybackRate duration currentTime ANSWER DOWNLOAD EXAMIANS APP
HTML5 The __________ element may contain not just links but also other interactive items, including the newly introduced command element. meter details progress menu meter details progress menu ANSWER DOWNLOAD EXAMIANS APP
HTML5 The ___________ method must add the scaling transformation described by the arguments to the transformation matrix. none of the mentioned scale(x, y) translate(x, y) rotate(angle) none of the mentioned scale(x, y) translate(x, y) rotate(angle) 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. none of the mentioned toDataURL getContext getData none of the mentioned toDataURL getContext getData 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? strokeRect(x, y, w, h) clearRect(x, y, w, h) none of the mentioned fillRect(x, y, w, h) strokeRect(x, y, w, h) clearRect(x, y, w, h) none of the mentioned fillRect(x, y, w, h) ANSWER DOWNLOAD EXAMIANS APP