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? none of the mentioned strokeRect(x, y, w, h) fillRect(x, y, w, h) clearRect(x, y, w, h) none of the mentioned strokeRect(x, y, w, h) fillRect(x, y, w, h) clearRect(x, y, w, h) ANSWER DOWNLOAD EXAMIANS APP
HTML5 The ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule. clip() none of the mentioned fill() stroke() clip() none of the mentioned fill() stroke() ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should be loaded when the page loads. preload controller buffered autoplay preload controller buffered autoplay ANSWER DOWNLOAD EXAMIANS APP
HTML5 __________ allows the iframe to pull in content from elsewhere in the same domain. allow-same-origin allow-scripts none of the mentioned allow-forms allow-same-origin allow-scripts none of the mentioned allow-forms ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which of the following type attributes of input element defines control for entering a telephone number? mob mobile tel telephone mob mobile tel telephone 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. css art metadata canvas css art metadata canvas ANSWER DOWNLOAD EXAMIANS APP