Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. ____________ contains the navigation menu, or other navigation functionality for the page.
Correct Answer is : nav
2. Which of the following attribute is used to display date/time content?
Correct Answer is : datetime
3. The element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag.
Correct Answer is : object
4. Which of the following element is used for highlighting content similarly to how a highlighter pen might be used on important text in a book?
Correct Answer is : mark
5. Which tag is used to encapsulate navigation and then style the elements appropriately as menu items?
Correct Answer is : both ul and li
6. __________ can be used to advise the browser to download media content in the background to improve playback.
Correct Answer is : autobuffer
7. The _________ element is used to render simple graphics such as line art, graphs, and other custom graphical elements on the client side.
Correct Answer is : canvas
8. In HTML Audio/Video DOM __________ sets or returns the volume of the audio/video.
Correct Answer is : volume
9. Which of the following attribute adds audio controls, like play, pause, and volume?
Correct Answer is : controls
10. In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start playing as soon as it is loaded.
Correct Answer is : autoplay
11. In HTML Audio/Video DOM __________ sets or returns whether the audio/video should start over again when finished.
Correct Answer is : loop
12. In HTML Audio/Video DOM __________ returns a MediaError object representing the error state of the audio/video.
Correct Answer is : error
13. In HTML Audio/Video DOM __________ returns a TextTrackList object representing the available text tracks.
Correct Answer is : textTracks
14. Which of the following is not a type of attribute for input tag?
Correct Answer is : day
15. 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.
Correct Answer is : details
16. The __________ element may contain not just links but also other interactive items, including the newly introduced command element.
Correct Answer is : menu
17. The __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe.
Correct Answer is : seamless
18. Which of the following allows the sandboxed iframe to run scripts from the same domain?
Correct Answer is : allow-scripts
19. __________ allows the iframe to pull in content from elsewhere in the same domain.
Correct Answer is : allow-same-origin
20. Which of the following is not a HTML5 added form element?