HTML5 Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to HTML5 Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Q 1 - Which of the following browser supports HTML5 in its latest version?

A - Mozilla Firefox

B - Opera

C - Both of the above.

D - None of the above.

Answer : C

Explanation

Both of the above browsers supports HTML5.

Q 2 - Which of the following tag can be used to associate a caption together with some embedded content in HTML5?

A - footer

B - nav

C - dialog

D - figure

Answer : D

Explanation

'figure' tag can be used to associate a caption together with some embedded content, such as a graphic or video.

Q 3 - Which of the following input control represents a date consisting of a year and a month encoded according to ISO 8601 in Web Form 2.0?

A - datetime

B - datetime-local

C - date

D - month

Answer : D

Explanation

'month' input control represents a date consisting of a year and a month encoded according to ISO 8601.

Q 4 - Which of the following input control is used for input fields that should contain an URL address in Web Form 2.0?

A - email

B - url

C - number

D - range

Answer : B

Explanation

'url' input control is used for input fields that should contain an URL address.

Q 7 - Which of the following attribute specifies a keyboard shortcut to access an element in HTML5?

A - accesskey

B - key

C - contextmenu

D - contextkey

Answer : A

Explanation

accesskey - Specifies a keyboard shortcut to access an element.

Q 8 - Which of the following attribute triggers event at the end of a drag operation?

A - ondragleave

B - ondrag

C - ondragend

D - ondragenter

Answer : C

Explanation

ondragend − Triggers event at the end of a drag operation.

Q 9 - Which of the following attribute triggers event when the length of the media is changed?

A - ondrop

B - ondurationchange

C - onemptied

D - onended

Answer : B

Explanation

ondurationchange − Triggers event when the length of the media is changed.

Q 10 - Which of the following attribute triggers event when the document goes offline?

A - onloadedmetadata

B - onloadstart

C - onmessage

D - onoffline

Answer : D

Explanation

onoffline − Triggers event when the document goes offline.

html5_questions_answers.htm
Advertisements