HTML5 To insert a video, we use a video tag and set its src attribute to a local or remote URL containing a playable movie. False True False True ANSWER DOWNLOAD EXAMIANS APP
HTML5 ___________ defines a group of content that should be used as a figure and may be labeled by a legend element. figure details output aside figure details output aside ANSWER DOWNLOAD EXAMIANS APP
HTML5 The World Wide Web’s markup language has always been HTML. True False True False ANSWER DOWNLOAD EXAMIANS APP
HTML5 _______ drawings can be dynamic and interactive. Canvas based SVG CSS3 JavaScript Canvas based SVG CSS3 JavaScript 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? 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) strokeRect(x, y, w, h) 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. getContext getData toDataURL none of the mentioned getContext getData toDataURL none of the mentioned ANSWER DOWNLOAD EXAMIANS APP