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.
Q 1 - Which of the following browser supports HTML5 in its latest version?
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?
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?
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?
Answer : B
Explanation
'url' input control is used for input fields that should contain an URL address.
Q 5 - Which of the following is correct about WebSockets in HTML5?
Answer : C
Explanation
Both of the above options are correct.
Q 6 - Which of the following is correct about geolocation api in HTML5?
A - HTML5 Geolocation API lets you share your location with your favorite web sites.
C - Today most of the browsers and mobile devices support Geolocation API.
Answer : D
Explanation
All of the above options are correct.
Q 7 - Which of the following attribute specifies a keyboard shortcut to access an element in HTML5?
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?
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?
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?
Answer : D
Explanation
onoffline − Triggers event when the document goes offline.