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. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which is a JavaScript running in the background, without affecting the performance of the page. SVG None of these Canvas Web Worker TRUE ANSWER : ? YOUR ANSWER : ?
Which plugins can provide the fallback support for old browsers? none of the mentioned Quicktime Flash both and b TRUE ANSWER : ? YOUR ANSWER : ?
__________ allows the iframe to pull in content from elsewhere in the same domain. allow-forms none of the mentioned allow-scripts allow-same-origin TRUE ANSWER : ? YOUR ANSWER : ?
To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element. getContext none of the mentioned getData toDataURL TRUE ANSWER : ? YOUR ANSWER : ?
Which property of SVG restricts the region to which paint can be applied? clip-Path radialGradient animateTransform linearGradient TRUE ANSWER : ? YOUR ANSWER : ?
What will happen if height and width of video are not set while video loads? none of the mentioned page crash page does not load page flickers TRUE ANSWER : ? YOUR ANSWER : ?
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 strokeRect(x, y, w, h) fillRect(x, y, w, h) TRUE ANSWER : ? YOUR ANSWER : ?
Which element(s) represents a section of a document that links to other documents? nav anchor tag option navigation TRUE ANSWER : ? YOUR ANSWER : ?
State whether the given statement is true or false. “HTML5 brings to the Web video and audio tracks without needing plugins”. True False TRUE ANSWER : ? YOUR ANSWER : ?