
- HTML5 Tutorial
- HTML5 - Home
- HTML5 - Overview
- HTML5 - Syntax
- HTML5 - Attributes
- HTML5 - Events
- HTML5 - Web Forms 2.0
- HTML5 - SVG
- HTML5 - MathML
- HTML5 - Web Storage
- HTML5 - Web SQL Database
- HTML5 - Server-Sent Events
- HTML5 - WebSocket
- HTML5 - Canvas
- HTML5 - Audio & Video
- HTML5 - Geolocation
- HTML5 - Microdata
- HTML5 - Drag & drop
- HTML5 - Web Workers
- HTML5 - IndexedDB
- HTML5 - Web Messaging
- HTML5 - Web CORS
- HTML5 - Web RTC
- HTML5 Demo
- HTML5 - Web Storage
- HTML5 - Server Sent Events
- HTML5 - Canvas
- HTML5 - Audio Players
- HTML5 - Video Players
- HTML5 - Geo-Location
- HTML5 - Drag and Drop
- HTML5 - Web Worker
- HTML5 - Web slide Desk
- HTML5 Tools
- HTML5 - SVG Generator
- HTML5 - MathML
- HTML5 - Velocity Draw
- HTML5 - QR Code
- HTML5 - Validator.nu Validation
- HTML5 - Modernizr
- HTML5 - Validation
- HTML5 - Online Editor
- HTML5 - Color Code Builder
- HTML5 Useful References
- HTML5 - Quick Guide
- HTML5 - Color Names
- HTML5 - Fonts Reference
- HTML5 - URL Encoding
- HTML5 - Entities
- HTML5 - Char Encodings
- HTML5 Tag Reference
- HTML5 - Question and Answers
- HTML5 - Tags Reference
- HTML5 - Deprecated Tags
- HTML5 - New Tags
- HTML5 Resources
- HTML5 - Useful Resources
- HTML5 - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 represents a piece of content that is only slightly related to the rest of the page in HTML5?
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 accepts only numerical value in Web Form 2.0?
Answer : C
Explanation
'number' input control accepts only numerical value. The step attribute specifies the precision, defaulting to 1.
Answer : A
Explanation
Yes! HTML5 allows embeding SVG directly using <svg>...</svg> tag.
Q 5 - Which value of Socket.readyState atribute of WebSocket indicates that the connection has been closed or could not be opened?
Answer : D
Explanation
A value of 3 indicates that the connection has been closed or could not be opened.
Q 6 - Which of the following is true about 'audio' tag in HTML5?
A - HTML5 supports <audio> tag which is used to embed sound content in an HTML or XHTML document.
Answer : C
Explanation
Both of the above options are correct.
Q 7 - Which of the following attribute specifies whether or not a user is allowed to drag an element?
Answer : D
Explanation
draggable - Specifies whether or not a user is allowed to drag an element.
Q 8 - Which of the following attribute triggers event when the window loses focus?
Answer : B
Explanation
onblur − Triggers event when the window loses focus.
Q 9 - Which of the following attribute triggers event when the window gets focus?
Answer : B
Explanation
onfocus − Triggers event when the window gets focus.
Q 10 - Which of the following attribute triggers events when a form gets user input?
Answer : D
Explanation
onforminput − Triggers events when a form gets user input.