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) 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) none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML5 The ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule. clip() stroke() fill() none of the mentioned clip() stroke() fill() none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which of the following type attributes of input element defines control for entering a telephone number? mobile tel telephone mob mobile tel telephone mob ANSWER DOWNLOAD EXAMIANS APP
HTML5 A semantic element clearly describes its meaning to Both A & B None of these Browser Developer Both A & B None of these Browser Developer ANSWER DOWNLOAD EXAMIANS APP
HTML5 The World Wide Web’s markup language has always been HTML. False True False True ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths? none of the mentioned moveTo(x, y) beginPath() closePath() none of the mentioned moveTo(x, y) beginPath() closePath() ANSWER DOWNLOAD EXAMIANS APP