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 tag represents an independent piece of content of a document in HTML5?

A - section

B - article

C - aside

D - header

Answer : B

Explanation

'article' tag represents an independent piece of content of a document, such as a blog entry or newspaper article.

Q 2 - Which of the following tag represents a piece of content that is only slightly related to the rest of the page in HTML5?

A - section

B - article

C - aside

D - header

Answer : C

Explanation

'aside' tag represents a piece of content that is only slightly related to the rest of the page.

Q 4 - Can you use MathML tags directly in HTML5 without any plugin?

A - true

B - false

Answer : A

Explanation

Yes! The HTML syntax of HTML5 allows for MathML elements to be used inside a document using <math>...</math> tags.

Q 7 - Which of the following attribute specifies if the element must have it's spelling or grammar checked?

A - item

B - itemcheck

C - spellcheck

D - itemgroup

Answer : C

Explanation

spellcheck − Specifies if the element must have it's spelling or grammar checked.

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 dragged element is being dropped?

A - ondrop

B - ondurationchange

C - onemptied

D - onended

Answer : A

Explanation

ondrop − Triggers event when dragged element is being dropped.

Q 10 - Which of the following attribute triggers event when the duration and other media data of a media element is loaded?

A - onloadedmetadata

B - onloadstart

C - onmessage

D - onoffline

Answer : A

Explanation

onloadedmetadata − Triggers event when the duration and other media data of a media element is loaded.

html5_questions_answers.htm
Advertisements