HTML5 Fundamentals

Test your knowledge of HTML5 including canvas, storage, media elements, drag and drop, and standards

11 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Who has started HTML5?

  1. W3C
  2. W3Schools
  3. WYSIWYG
  4. WHATWG
Question 2 True/False

HTML5 has only audio elements not video elements for media playback.

  1. True
  2. False
Question 3 True/False

No browsers have full HTML5 support till now.

  1. True
  2. False
Question 4 Multiple Choice (Multiple Answers)

What are the supported format for audio elements in HTML5?

  1. MP3
  2. AIFF
  3. Wav
  4. AAC
Question 5 Multiple Choice (Multiple Answers)

What are the supported format for video elements in HTML5?

  1. Ogg
  2. WebM
  3. MPEG 4
  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?

  1. cookie
  2. sessionStorage
  3. dataStorage
  4. localStorage
Question 7 Multiple Choice (Single Answer)

Which element in HTML5 provides a secure way to authenticate users?

  1. keydata
  2. secureKey
  3. secureSession
  4. keygen
Question 8 True/False

HTML5 is a W3C recommendation now.

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

What does ondragenter event do?

  1. Script to be run when an element has been dragged
  2. Script to be run at the end of a drag operation
  3. Script to be run when an element is being dragged over a valid drop target
  4. 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.

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

What is the time limit to store data in localStorage object.

  1. 1 day
  2. 1 week
  3. 1 year
  4. No limit