MCQOPTIONS
Saved Bookmarks
This section includes 15 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 is used to draw graphics and animations? |
| A. | <canvas> |
| B. | <script> |
| C. | <noscript> |
| D. | <picture> |
| Answer» B. <script> | |
| 2. |
Which element represents a scalar value within the given range? |
| A. | <option> |
| B. | <meter> |
| C. | <label> |
| D. | <input> |
| Answer» C. <label> | |
| 3. |
Which element creates a grouping of options? |
| A. | <progress> |
| B. | <option> |
| C. | <optgroup> |
| D. | <select> |
| Answer» D. <select> | |
| 4. |
Which element shows completion progress of a task? |
| A. | <progress> |
| B. | <select> |
| C. | <option> |
| D. | <meter> |
| Answer» B. <select> | |
| 5. |
Which element is not a scripting element? |
| A. | <noscript> |
| B. | <canvas> |
| C. | <script> |
| D. | <picture> |
| Answer» E. | |
| 6. |
Which element specifies multiple media resources? |
| A. | <param> |
| B. | <source> |
| C. | <object> |
| D. | <picture> |
| Answer» C. <object> | |
| 7. |
Which element represents an external resource? |
| A. | <object> |
| B. | <source> |
| C. | <param> |
| D. | <picture> |
| Answer» B. <source> | |
| 8. |
Which element defines parameters for element? |
| A. | <noembed> |
| B. | <param> |
| C. | <source> |
| D. | <embed> |
| Answer» C. <source> | |
| 9. |
Which element embeds a Java applet into the document? |
| A. | <applet> |
| B. | <embed> |
| C. | <noembed> |
| D. | <object> |
| Answer» B. <embed> | |
| 10. |
Which of the following is known as child of media elements? |
| A. | <area> |
| B. | <img> |
| C. | <map> |
| D. | <track> |
| Answer» E. | |
| 11. |
Which element represents word break opportunity? |
| A. | <var> |
| B. | <sup> |
| C. | <wbr> |
| D. | <rtc> |
| Answer» D. <rtc> | |
| 12. |
Variable element is ________ |
| A. | <var> |
| B. | <wbr> |
| C. | <sup> |
| D. | <time> |
| Answer» B. <wbr> | |
| 13. |
Which of the following element is known as Teletype Text element? |
| A. | <time> |
| B. | <tt> |
| C. | <wbr> |
| D. | <sup> |
| Answer» C. <wbr> | |
| 14. |
Which of the following is a generic inline container for phrasing content? |
| A. | <strong> |
| B. | <sub> |
| C. | <span> |
| D. | <sup> |
| Answer» D. <sup> | |
| 15. |
Which element is used to enclose inline text? |
| A. | <samp> |
| B. | <small> |
| C. | <s> |
| D. | <rtc> |
| Answer» B. <small> | |