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 - Is HTML5 backward compatible with old browsers?

A - true

B - false

Answer : A

Explanation

Yes! HTML5 is designed, as much as possible, to be backward compatible with existing web browsers.

Q 2 - Which of the following tag represents a section of the document intended for navigation in HTML5?

A - footer

B - nav

C - section

D - dialog

Answer : B

Explanation

'nav' tag represents a section of the document intended for navigation.

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 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 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 a context menu is triggered?

A - oncontextmenu

B - ondrag

C - ondragend

D - ondragenter

Answer : A

Explanation

oncontextmenu − Triggers event when a context menu is triggered.

Q 9 - Which of the following attribute triggers event when an element leaves a valid drop target?

A - ondrag

B - ondragleave

C - ondragover

D - ondragstart

Answer : B

Explanation

ondragleave − Triggers event when an element leaves a valid drop target.

Q 10 - Which of the following attribute triggers event when an element is invalid?

A - onhaschange

B - oninput

C - oninvalid

D - onvalidate

Answer : C

Explanation

oninvalid − Triggers event when an element is invalid.

html5_questions_answers.htm
Advertisements