HTML5 Fundamentals
Test your knowledge of HTML5 including canvas, storage, media elements, drag and drop, and standards
Questions
Question 1 Multiple Choice (Multiple Answers)
Who has started HTML5?
- W3C
- W3Schools
- WYSIWYG
- WHATWG
Question 2 True/False
HTML5 has only audio elements not video elements for media playback.
- True
- False
Question 3 True/False
No browsers have full HTML5 support till now.
- True
- False
Question 4 Multiple Choice (Multiple Answers)
What are the supported format for audio elements in HTML5?
- MP3
- AIFF
- Wav
- AAC
Question 5 Multiple Choice (Multiple Answers)
What are the supported format for video elements in HTML5?
- Ogg
- WebM
- MPEG 4
- HTML5 doesn't have video elements
Question 6 Multiple Choice (Multiple Answers)
What are the new objects in HTML5 that offers storing data on the client?
- cookie
- sessionStorage
- dataStorage
- localStorage
Question 7 Multiple Choice (Single Answer)
Which element in HTML5 provides a secure way to authenticate users?
- keydata
- secureKey
- secureSession
- keygen
Question 8 True/False
HTML5 is a W3C recommendation now.
- True
- False
Question 9 Multiple Choice (Single Answer)
What does ondragenter event do?
- Script to be run when an element has been dragged
- Script to be run at the end of a drag operation
- Script to be run when an element is being dragged over a valid drop target
- Script to be run when an element has been dragged to a valid drop target
Question 10 True/False
The HTML5 canvas element uses JavaScript to draw graphics on a web page.
- True
- False
Question 11 Multiple Choice (Single Answer)
What is the time limit to store data in localStorage object.
- 1 day
- 1 week
- 1 year
- No limit