HTML5 Which of the following is/are the property of SVG images? SVG images are zoomable SVG images are scalable All of the mentioned SVG is an open standard SVG images are zoomable SVG images are scalable All of the mentioned SVG is an open standard ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which boolean attribute if specified, will allow video automatically seek back to the start after reaching at the end. autoplay autobuffer controls loop autoplay autobuffer controls loop ANSWER DOWNLOAD EXAMIANS APP
HTML5 The new __________ element is supposed to represent some form of extra details, such as a tooltip or revealed region that may be shown to a user. progress details menu meter progress details menu meter ANSWER DOWNLOAD EXAMIANS APP
HTML5 An API is an application programming interface consisting of methods and properties which allow the author to get or set data or execute commands to the user agent. False True False True 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? none of the mentioned strokeRect(x, y, w, h) clearRect(x, y, w, h) fillRect(x, y, w, h) none of the mentioned strokeRect(x, y, w, h) clearRect(x, y, w, h) fillRect(x, y, w, h) ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which attribute specifies that the video will be loaded at page load, and ready to run. Ignored if autoplay is present. preload loop poster src preload loop poster src ANSWER DOWNLOAD EXAMIANS APP