HTML5 To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element. toDataURL getData none of the mentioned getContext toDataURL getData none of the mentioned getContext 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? moveTo(x, y) none of the mentioned closePath() beginPath() moveTo(x, y) none of the mentioned closePath() beginPath() 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) 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 HTML5 documents may contains a ___________ element, which is used to set the header section of a document. header section footer none of the mentioned header section footer none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which of the following element represents the header of a section or the document and contains a label or other heading information for the related content? header data-X meter mark header data-X meter mark ANSWER DOWNLOAD EXAMIANS APP
HTML5 Subtitle tracks and caption tracks to be specified for audio and video elements can be added using which of the following element? track caption stable sink track caption stable sink ANSWER DOWNLOAD EXAMIANS APP