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 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 3 - Which of the following input control represents a date consisting of a year and a week number encoded according to ISO 8601 in Web Form 2.0?

A - week

B - time

C - number

D - range

Answer : A

Explanation

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

Q 4 - Which of the following tag is used to represent the result of different types of output in HTML5?

A - output

B - placeholder

C - autofocus

D - required

Answer : A

Explanation

HTML5 introduced a new element <output> which is used to represent the result of different types of output, such as output written by a script.

Q 7 - Which of the following attribute specifies if the user can edit the element's content or not?

A - editable

B - contenteditable

C - contextmenu

D - content

Answer : B

Explanation

contenteditable − Specifies if the user can edit the element's content or not.

Q 8 - Which of the following attribute triggers event when the window loses focus?

A - onbeforeload

B - onblur

C - onlostfocus

D - lostfocus

Answer : B

Explanation

onblur − Triggers event when the window loses focus.

Q 9 - Which of the following attribute triggers event at the start of a drag operation?

A - ondragleave

B - ondrag

C - ondragover

D - ondragstart

Answer : D

Explanation

ondragstart − Triggers event at the start of a drag operation.

Q 10 - Which of the following attribute triggers event when media data is loaded?

A - onhaschange

B - oninput

C - onload

D - onloadeddata

Answer : D

Explanation

onloadeddata − Triggers event when media data is loaded.

html5_questions_answers.htm
Advertisements