

MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which element was not removed by HTML5? |
A. | <strike> |
B. | <center> |
C. | <small> |
D. | <big> |
Answer» D. <big> | |
2. |
Which tag supports Non-English language? |
A. | <input> |
B. | <audio> |
C. | <embed> |
D. | <bdo> |
Answer» E. | |
3. |
Which of the following is not semantic element for text in HTML5? |
A. | <mark> |
B. | <time> |
C. | <wbr> |
D. | <article> |
Answer» E. | |
4. |
What if one does not use the doctype in the starting of HTML document? |
A. | Browser finds the document in quirky mode |
B. | Browser finds a document in standard mode |
C. | Browser stops working |
D. | Browser crashes after showing the page |
Answer» B. Browser finds a document in standard mode | |
5. |
What is the correct syntax of doctype in HTML5? |
A. | <!doctype html> |
B. | <doctype html!> |
C. | <doctype html> |
D. | </doctype html> |
Answer» B. <doctype html!> | |
6. |
What application can one create even before the introduction of HTML5? |
A. | Web applications |
B. | Mobile applications |
C. | Forms |
D. | Browser based games |
Answer» D. Browser based games | |
7. |
Which tag is used with JavaScript? |
A. | <canvas> |
B. | <table> |
C. | <article> |
D. | <footer> |
Answer» B. <table> | |
8. |
Which feature was already introduced before HTML5? |
A. | Canvas/SVG |
B. | Video |
C. | Geolocation |
D. | Frames |
Answer» E. | |