Title | |
---|---|
Which of the following HTML 4 attributes is removed in HTML5Which of the following HTML 4 attributes is removed in HTML5
The answer is:
D. all of the mentioned
|
|
Which of the following element is removed by HTML5Which of the following element is removed by HTML5?
The answer is:
B. dir
|
|
Which of the following is not a newly added element in HTML5Which of the following is not a newly added element in HTML5?
The answer is:
D. frameset
|
|
____________ defines the accelerator key to be used for keyboard access to an element____________ defines the accelerator key to be used for keyboard access to an element.
The answer is:
B. accesskey
|
|
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 contentWhich 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?
The answer is:
B. header
|
|
Which of the following element sets is an item of microdataWhich of the following element sets is an item of microdata?
The answer is:
A. itemscope
|
|
_____________ defines a group of content that should be used as a figure and may be labeled by a legend element_____________ defines a group of content that should be used as a figure and may be labeled by a legend element.
The answer is:
A. figure
|
|
Which tag is used to defines multiple media resources for media elements audio and videoWhich tag is used to defines multiple media resources for media elements audio and video ?
The answer is:
A. <source>
|
|
Which of the following browser does not support wav file formatWhich of the following browser does not support wav file format?
The answer is:
D. Internet Explorer
|
|
In HTML Audio/Video DOM, __________ sets or returns the volume of the audio/videoIn HTML Audio/Video DOM, __________ sets or returns the volume of the audio/video.
The answer is:
C. volume
|
|
Which of the following attribute adds audio controls, like play, pause, and volumeWhich of the following attribute adds audio controls, like play, pause, and volume?
The answer is:
B. controls
|
|
In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start playing as soon as it is loadedIn HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start playing as soon as it is loaded.
The answer is:
C. autoplay
|
|
In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finishedIn HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished.
The answer is:
A. loop
|
|
In HTML Audio/Video DOM, __________ returns a MediaError object representing the error state of the audio/videoIn HTML Audio/Video DOM, __________ returns a MediaError object representing the error state of the audio/video.
The answer is:
C. error
|
|
In HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracksIn HTML Audio/Video DOM, __________ returns a TextTrackList object representing the available text tracks.
The answer is:
D. textTracks
|
|
To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface elementTo draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element.
The answer is:
C. getContext
|
|
The ___________ method must add the scaling transformation described by the arguments to the transformation matrixThe ___________ method must add the scaling transformation described by the arguments to the transformation matrix.
The answer is:
A. scale(x, y)
|
|
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 imageWhich 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?
The answer is:
B. clearRect(x, y, w, h)
|
|
When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animationWhen the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation.
The answer is:
C. drawImage()
|
|
The ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number ruleThe ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule.
The answer is:
C. clip()
|
MCQs
Views
Best Answers
Points