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? 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) fillRect(x, y, w, h) none of the mentioned 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 getContext getData toDataURL none of the mentioned getContext getData ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ returns a TimeRanges object representing the buffered parts of the audio/video. controller buffered networkState preload controller buffered networkState preload ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which type attribute of input element sets the element’s value to a string representing a number? date email range file date email range file ANSWER DOWNLOAD EXAMIANS APP
HTML5 The canvas element has a DOM method it is called. None of these getElement getContext getId None of these getElement getContext getId ANSWER DOWNLOAD EXAMIANS APP
HTML5 The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element. clip-Path radialGradient script animateTransform clip-Path radialGradient script animateTransform ANSWER DOWNLOAD EXAMIANS APP