The _________ element is used to render simple graphics such as line art, graphs, and other custom graphical elements on the client side. art metadata css canvas TRUE ANSWER : ? YOUR ANSWER : ?
__________ allows the iframe to pull in content from elsewhere in the same domain. none of the mentioned allow-scripts allow-same-origin allow-forms TRUE ANSWER : ? YOUR ANSWER : ?
The HTML canvas is a None of these Two-dimensional grid One-dimensional grid Three-dimensional grid TRUE ANSWER : ? YOUR ANSWER : ?
HTML5 documents may contains a ___________ element, which is used to set the header section of a document. none of the mentioned section footer header TRUE ANSWER : ? YOUR ANSWER : ?
The ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule. fill() clip() stroke() none of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
A semantic element clearly describes its meaning to Developer Both A & B Browser None of these TRUE ANSWER : ? YOUR ANSWER : ?
In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback. currentTime defaultPlaybackRate playbackRate duration TRUE ANSWER : ? YOUR ANSWER : ?
The canvas element has a DOM method it is called. getElement getId None of these getContext 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”. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following attribute triggers event after the document is printed? onbeforeprint offlineprint onprint onafterprint TRUE ANSWER : ? YOUR ANSWER : ?