HTML5 In HTML Audio/Video DOM, __________ sets or returns the default speed of the audio/video playback. playbackRate currentTime duration defaultPlaybackRate playbackRate currentTime duration defaultPlaybackRate ANSWER DOWNLOAD EXAMIANS APP
HTML5 In HTML Audio/Video DOM, __________ sets or returns whether the audio/video should start over again when finished. loop seeking autoplay played loop seeking autoplay played 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 Which element(s) represents a section of a document that links to other documents? anchor tag option nav navigation anchor tag option nav navigation ANSWER DOWNLOAD EXAMIANS APP
HTML5 Which element may be used within content to represent material that is tangential? article cite aside class article cite aside class 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 src loop poster preload src loop poster ANSWER DOWNLOAD EXAMIANS APP