O Level M2-R5 Chapter 1: HTML5 Mock Test 2026 – 100 MCQ

O Level M2-R5 Chapter 1: HTML5 Mock Test 2026 – 100 MCQ में Web Designing and Publishing के topic पर 100 Hindi-English MCQs, options, correct answers और explanations दिए गए हैं।

M2-R5 Topic Coverage

Chapter 1: HTML5 के theory और practical-oriented concepts का revision करें।

Instructions / निर्देश: 100 Hindi-English MCQs. पहले option चुनें, फिर नीचे answer और explanation देखें।

1. HTML का full form क्या है? / Full form of HTML?

  1. HyperText Markup Language
  2. HighText Machine Language
  3. Hyperlink Text Management Language
  4. Home Tool Markup Language

Correct Answer / सही उत्तर: A) HyperText Markup Language
Explanation / व्याख्या: HTML web page structure बनाने की language है। / HTML structures web pages.

2. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?

Correct Answer / सही उत्तर: A)

Explanation / व्याख्या: header content का अर्थ बताता है। / header gives semantic meaning.

3. Link बनाने का tag? / Tag for a link?

Correct Answer / सही उत्तर: A)
Explanation / व्याख्या: a anchor tag link बनाता है। / a creates links.

4. Image लगाने का tag? / Tag for image?

Correct Answer / सही उत्तर: A)
Explanation / व्याख्या: img image embed करता है। / img embeds an image.

5. Line break tag? / Line break tag?


Correct Answer / सही उत्तर: A)

Explanation / व्याख्या: br line break देता है। / br creates a line break.

6. HTML document का root element? / Root element?

Correct Answer / सही उत्तर: A)
Explanation / व्याख्या: html root element है। / html is the root.

7. Page title कहाँ लिखा जाता है? / Where is page title?

  1. </li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>8. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>9. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>10. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>11. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>12. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>13. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>14. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>15. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>16. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>17. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>18. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>19. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>20. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>21. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>22. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>23. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>24. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>25. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>26. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>27. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>28. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>29. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>30. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>31. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>32. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>33. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>34. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>35. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>36. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>37. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>38. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>39. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>40. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>41. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>42. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>43. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>44. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>45. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>46. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>47. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>48. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>49. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>50. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>51. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>52. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>53. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>54. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>55. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>56. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>57. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>58. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>59. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>60. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>61. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>62. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>63. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>64. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>65. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>66. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>67. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>68. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>69. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>70. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>71. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>72. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>73. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>74. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>75. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>76. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>77. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>78. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>79. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>80. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>81. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>82. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>83. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>84. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>85. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>86. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>87. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>88. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>89. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>90. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> <h3>91. HTML का full form क्या है? / Full form of HTML?</h3> <ol type="A"> <li>HyperText Markup Language</li> <li>HighText Machine Language</li> <li>Hyperlink Text Management Language</li> <li>Home Tool Markup Language</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) HyperText Markup Language<br /><strong>Explanation / व्याख्या:</strong> HTML web page structure बनाने की language है। / HTML structures web pages.</p> <h3>92. HTML5 में semantic element कौन सा है? / Which is semantic in HTML5?</h3> <ol type="A"> <li> <header></li> <li><font></li> <li><center></li> <li><big></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <header><strong>Explanation / व्याख्या:</strong> header content का अर्थ बताता है। / header gives semantic meaning.</p> <h3>93. Link बनाने का tag? / Tag for a link?</h3> <ol type="A"> <li><a></li> <li> </li> <li><img></li> <li></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <a><br /><strong>Explanation / व्याख्या:</strong> a anchor tag link बनाता है। / a creates links.</p> <h3>94. Image लगाने का tag? / Tag for image?</h3> <ol type="A"> <li><img></li> <li><image></li> <li><pic></li> <li><src></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <img><br /><strong>Explanation / व्याख्या:</strong> img image embed करता है। / img embeds an image.</p> <h3>95. Line break tag? / Line break tag?</h3> <ol type="A"> <li></li> <li> <hr> </li> <li><lb></li> <li><break></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <p><strong>Explanation / व्याख्या:</strong> br line break देता है। / br creates a line break.</p> <h3>96. HTML document का root element? / Root element?</h3> <ol type="A"> <li><html></li> <li><body></li> <li><head></li> <li><root></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <html><br /><strong>Explanation / व्याख्या:</strong> html root element है। / html is the root.</p> <h3>97. Page title कहाँ लिखा जाता है? / Where is page title?</h3> <ol type="A"> <li><title></li> <li> <caption></li> <li><heading></li> <li><name></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <title><br /><strong>Explanation / व्याख्या:</strong> title browser tab title देता है। / title sets browser tab title.</p> <h3>98. Form बनाने का tag? / Tag for form?</h3> <ol type="A"> <li> <form></li> <li><input></li> <li><field></li> <li><data></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) </p> <form><strong>Explanation / व्याख्या:</strong> form user input collect करता है। / form collects input.</p> <h3>99. HTML comment syntax? / Comment syntax?</h3> <ol type="A"> <li><!-- comment --></li> <li>// comment</li> <li>/* comment */</li> <li># comment</li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!-- comment --><br /><strong>Explanation / व्याख्या:</strong> HTML comments इसी syntax में लिखते हैं। / HTML comments use this syntax.</p> <h3>100. DOCTYPE HTML5 syntax? / HTML5 doctype?</h3> <ol type="A"> <li><!DOCTYPE html></li> <li><doctype html5></li> <li><!HTML></li> <li><html5></li> </ol> <p><strong>Correct Answer / सही उत्तर:</strong> A) <!DOCTYPE html><br /><strong>Explanation / व्याख्या:</strong> यह HTML5 document declare करता है। / It declares HTML5.</p> </div> <h2>Next M2-R5 Topic / अगला विषय</h2> <p><a href="https://yourdomain.com/o-level-m2-r5-css3-mock-test-2026/" target="_blank" rel="noopener">Next M2-R5 Mock Test 2026</a></p> <p><a href="https://yourdomain.com/o-level-m1-r5-chapter-1-computer-fundamentals-mock-test-2026/" target="_blank" rel="noopener">M1-R5 Series</a> | <a href="https://yourdomain.com/o-level-syllabus-2026/" target="_blank" rel="noopener">O-Level Syllabus 2026</a></p> </div> <footer class="entry-meta" aria-label="Entry meta"> <span class="cat-links"><span class="gp-icon icon-categories"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 112c0-26.51 21.49-48 48-48h110.014a48 48 0 0143.592 27.907l12.349 26.791A16 16 0 00228.486 128H464c26.51 0 48 21.49 48 48v224c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112z" /></svg></span><span class="screen-reader-text">Categories </span><a href="https://practicetestshub.com/category/o-level-m2-r5-html5/" rel="category tag">M2-R5 HTML5</a>, <a href="https://practicetestshub.com/category/o-level-m2-r5/" rel="category tag">O Level M2-R5 Web Designing and Publishing</a></span> <span class="tags-links"><span class="gp-icon icon-tags"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M20 39.5c-8.836 0-16 7.163-16 16v176c0 4.243 1.686 8.313 4.687 11.314l224 224c6.248 6.248 16.378 6.248 22.626 0l176-176c6.244-6.244 6.25-16.364.013-22.615l-223.5-224A15.999 15.999 0 00196.5 39.5H20zm56 96c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z"/><path d="M259.515 43.015c4.686-4.687 12.284-4.687 16.97 0l228 228c4.686 4.686 4.686 12.284 0 16.97l-180 180c-4.686 4.687-12.284 4.687-16.97 0-4.686-4.686-4.686-12.284 0-16.97L479.029 279.5 259.515 59.985c-4.686-4.686-4.686-12.284 0-16.97z" /></svg></span><span class="screen-reader-text">Tags </span><a href="https://practicetestshub.com/tag/o-level-web-designing-mock-test/" rel="tag">O Level Web Designing Mock Test</a></span> <nav id="nav-below" class="post-navigation" aria-label="Posts"> <div class="nav-previous"><span class="gp-icon icon-arrow-left"><svg viewBox="0 0 192 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M178.425 138.212c0 2.265-1.133 4.813-2.832 6.512L64.276 256.001l111.317 111.277c1.7 1.7 2.832 4.247 2.832 6.513 0 2.265-1.133 4.813-2.832 6.512L161.43 394.46c-1.7 1.7-4.249 2.832-6.514 2.832-2.266 0-4.816-1.133-6.515-2.832L16.407 262.514c-1.699-1.7-2.832-4.248-2.832-6.513 0-2.265 1.133-4.813 2.832-6.512l131.994-131.947c1.7-1.699 4.249-2.831 6.515-2.831 2.265 0 4.815 1.132 6.514 2.831l14.163 14.157c1.7 1.7 2.832 3.965 2.832 6.513z" fill-rule="nonzero" /></svg></span><span class="prev"><a href="https://practicetestshub.com/o-level-m3-r5-lists-tuples-dictionaries-mock-test-2026/" rel="prev">O Level M3-R5 Chapter 8: Lists, Tuples and Dictionaries Mock Test 2026 – 25 MCQ</a></span></div><div class="nav-next"><span class="gp-icon icon-arrow-right"><svg viewBox="0 0 192 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M178.425 256.001c0 2.266-1.133 4.815-2.832 6.515L43.599 394.509c-1.7 1.7-4.248 2.833-6.514 2.833s-4.816-1.133-6.515-2.833l-14.163-14.162c-1.699-1.7-2.832-3.966-2.832-6.515 0-2.266 1.133-4.815 2.832-6.515l111.317-111.316L16.407 144.685c-1.699-1.7-2.832-4.249-2.832-6.515s1.133-4.815 2.832-6.515l14.163-14.162c1.7-1.7 4.249-2.833 6.515-2.833s4.815 1.133 6.514 2.833l131.994 131.993c1.7 1.7 2.832 4.249 2.832 6.515z" fill-rule="nonzero" /></svg></span><span class="next"><a href="https://practicetestshub.com/o-level-m3-r5-file-handling-mock-test-2026/" rel="next">O Level M3-R5 Chapter 9: File Handling Mock Test 2026 – 25 MCQ</a></span></div> </nav> </footer> </div> </article> <div class="comments-area"> <div id="comments"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/o-level-m2-r5-html5-mock-test-2026/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://practicetestshub.com/wp-comments-post.php" method="post" id="commentform" class="comment-form"><p class="comment-form-comment"><label for="comment" class="screen-reader-text">Comment</label><textarea id="comment" name="comment" cols="45" rows="8" required></textarea></p><label for="author" class="screen-reader-text">Name</label><input placeholder="Name *" id="author" name="author" type="text" value="" size="30" required /> <label for="email" class="screen-reader-text">Email</label><input placeholder="Email *" id="email" name="email" type="email" value="" size="30" required /> <label for="url" class="screen-reader-text">Website</label><input placeholder="Website" id="url" name="url" type="url" value="" size="30" /> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='8001' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div><!-- #comments --> </div> </main> </div> <div class="widget-area sidebar is-right-sidebar" id="right-sidebar"> <div class="inside-right-sidebar"> <aside id="block-2" class="widget inner-padding widget_block widget_search"><form role="search" method="get" action="https://practicetestshub.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search" ><label class="wp-block-search__label" for="wp-block-search__input-1" >Search</label><div class="wp-block-search__inside-wrapper" ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit" >Search</button></div></form></aside><aside id="block-3" class="widget inner-padding widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Recent Posts</h2><ul class="wp-block-latest-posts__list wp-block-latest-posts is-layout-flow wp-block-latest-posts-is-layout-flow"><li><a class="wp-block-latest-posts__post-title" href="https://practicetestshub.com/ccc-online-test-january-2026-set-1/">CCC Online Test January 2026 – Set 1</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://practicetestshub.com/nielit-ccc-10-cyber-security-malware-safe-browsing-passwords-2/">Chapter 10: Cyber Security (Malware, Safe Browsing, Passwords) Mock Test 2026 – 100 MCQ Hindi English</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://practicetestshub.com/nielit-ccc-9-overview-of-future-skills-iot-ai-cloud-computing-big-data-2/">Chapter 9: Overview of Future Skills (IoT, AI, Cloud Computing, Big Data) Mock Test 2026 – 100 MCQ Hindi English</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://practicetestshub.com/nielit-ccc-8-digital-financial-tools-and-applications-upi-net-banking-e-wallets-2/">Chapter 8: Digital Financial Tools and Applications (UPI, Net Banking, e-Wallets) Mock Test 2026 – 100 MCQ Hindi English</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://practicetestshub.com/nielit-ccc-7-e-mail-social-networking-and-e-governance-services-2/">Chapter 7: E-mail, Social Networking, and e-Governance Services Mock Test 2026 – 100 MCQ Hindi English</a></li> </ul></div></div></aside><aside id="block-4" class="widget inner-padding widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Recent Comments</h2><ol class="wp-block-latest-comments"><li class="wp-block-latest-comments__comment"><article><footer class="wp-block-latest-comments__comment-meta"><a class="wp-block-latest-comments__comment-author" href="https://practicetestshub.com/ccc-mock-test-2026-hindi-2/">CCC Mock Test 2026 in Hindi – Free Online Practice Sets - practicetestshub.com</a> on <a class="wp-block-latest-comments__comment-link" href="https://practicetestshub.com/ccc-online-test-2026-ms-excel-mock-test-part-2/#comment-12">CCC Online Test 2026 – MS Excel Mock Test (Part 2)</a></footer></article></li><li class="wp-block-latest-comments__comment"><article><footer class="wp-block-latest-comments__comment-meta"><a class="wp-block-latest-comments__comment-author" href="https://practicetestshub.com/ccc-cyber-security-mock-test-2026-2/">CCC Cyber Security Mock Test 2026 – Online Safety MCQs - practicetestshub.com</a> on <a class="wp-block-latest-comments__comment-link" href="https://practicetestshub.com/ccc-online-test-2026-ms-excel-mock-test-part-2/#comment-11">CCC Online Test 2026 – MS Excel Mock Test (Part 2)</a></footer></article></li><li class="wp-block-latest-comments__comment"><article><footer class="wp-block-latest-comments__comment-meta"><a class="wp-block-latest-comments__comment-author" href="https://practicetestshub.com/ccc-internet-mock-test-2026-2/">CCC Internet Mock Test 2026 – WWW, Email और Networking Questions - practicetestshub.com</a> on <a class="wp-block-latest-comments__comment-link" href="https://practicetestshub.com/ccc-online-test-2026-ms-excel-mock-test-part-2/#comment-10">CCC Online Test 2026 – MS Excel Mock Test (Part 2)</a></footer></article></li><li class="wp-block-latest-comments__comment"><article><footer class="wp-block-latest-comments__comment-meta"><a class="wp-block-latest-comments__comment-author" href="https://practicetestshub.com/ccc-computer-fundamentals-mock-test-2026-2/">CCC Computer Fundamentals Mock Test 2026 – 25 MCQs - practicetestshub.com</a> on <a class="wp-block-latest-comments__comment-link" href="https://practicetestshub.com/ccc-online-test-2026-ms-excel-mock-test-part-2/#comment-9">CCC Online Test 2026 – MS Excel Mock Test (Part 2)</a></footer></article></li><li class="wp-block-latest-comments__comment"><article><footer class="wp-block-latest-comments__comment-meta"><a class="wp-block-latest-comments__comment-author" href="https://practicetestshub.com/ccc-ms-word-mock-test-2026-2/">CCC MS Word Mock Test 2026 – 25 Questions with Answers - practicetestshub.com</a> on <a class="wp-block-latest-comments__comment-link" href="https://practicetestshub.com/ccc-online-test-2026-ms-excel-mock-test-part-2/#comment-8">CCC Online Test 2026 – MS Excel Mock Test (Part 2)</a></footer></article></li></ol></div></div></aside><aside id="block-5" class="widget inner-padding widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Archives</h2><ul class="wp-block-archives-list wp-block-archives"> <li><a href='https://practicetestshub.com/2026/09/'>September 2026</a></li> <li><a href='https://practicetestshub.com/2026/07/'>July 2026</a></li> </ul></div></div></aside><aside id="block-6" class="widget inner-padding widget_block"><div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"><h2 class="wp-block-heading">Categories</h2><ul class="wp-block-categories-list wp-block-categories-taxonomy-category wp-block-categories"> <li class="cat-item cat-item-3"><a href="https://practicetestshub.com/category/ccc-mock-test/">CCC Mock Test</a> </li> <li class="cat-item cat-item-89"><a href="https://practicetestshub.com/category/ccc-online-test-2026/">CCC Online Test 2026</a> </li> <li class="cat-item cat-item-103"><a href="https://practicetestshub.com/category/ccc-online-test-october-2026/">CCC Online Test अक्टूबर 2026</a> </li> <li class="cat-item cat-item-101"><a href="https://practicetestshub.com/category/ccc-online-test-august-2026/">CCC Online Test अगस्त 2026</a> </li> <li class="cat-item cat-item-97"><a href="https://practicetestshub.com/category/ccc-online-test-april-2026/">CCC Online Test अप्रैल 2026</a> </li> <li class="cat-item cat-item-92"><a href="https://practicetestshub.com/category/ccc-online-test-january-2026/">CCC Online Test जनवरी 2026</a> </li> <li class="cat-item cat-item-100"><a href="https://practicetestshub.com/category/ccc-online-test-july-2026/">CCC Online Test जुलाई 2026</a> </li> <li class="cat-item cat-item-99"><a href="https://practicetestshub.com/category/ccc-online-test-june-2026/">CCC Online Test जून 2026</a> </li> <li class="cat-item cat-item-105"><a href="https://practicetestshub.com/category/ccc-online-test-december-2026/">CCC Online Test दिसंबर 2026</a> </li> <li class="cat-item cat-item-104"><a href="https://practicetestshub.com/category/ccc-online-test-november-2026/">CCC Online Test नवंबर 2026</a> </li> <li class="cat-item cat-item-95"><a href="https://practicetestshub.com/category/ccc-online-test-february-2026/">CCC Online Test फरवरी 2026</a> </li> <li class="cat-item cat-item-98"><a href="https://practicetestshub.com/category/ccc-online-test-may-2026/">CCC Online Test मई 2026</a> </li> <li class="cat-item cat-item-96"><a href="https://practicetestshub.com/category/ccc-online-test-march-2026/">CCC Online Test मार्च 2026</a> </li> <li class="cat-item cat-item-102"><a href="https://practicetestshub.com/category/ccc-online-test-september-2026/">CCC Online Test सितंबर 2026</a> </li> <li class="cat-item cat-item-51"><a href="https://practicetestshub.com/category/ccc-previous-papers/">CCC Previous Papers</a> </li> <li class="cat-item cat-item-12"><a href="https://practicetestshub.com/category/ccc-syllabus/">CCC Syllabus</a> </li> <li class="cat-item cat-item-8"><a href="https://practicetestshub.com/category/computer-fundamentals/">Computer Fundamentals</a> </li> <li class="cat-item cat-item-10"><a href="https://practicetestshub.com/category/cyber-security/">Cyber Security</a> </li> <li class="cat-item cat-item-11"><a href="https://practicetestshub.com/category/digital-payment/">Digital Payment</a> </li> <li class="cat-item cat-item-9"><a href="https://practicetestshub.com/category/internet/">Internet</a> </li> <li class="cat-item cat-item-59"><a href="https://practicetestshub.com/category/o-level-m1-r5/o-level-m1-r5-chapter-1/">M1-R5 Chapter 1</a> </li> <li class="cat-item cat-item-62"><a href="https://practicetestshub.com/category/o-level-m1-r5-slugpart/">M1-R5 Operating System and GUI Basics</a> </li> <li class="cat-item cat-item-66"><a href="https://practicetestshub.com/category/o-level-m2-r5-css3/">M2-R5 CSS3</a> </li> <li class="cat-item cat-item-71"><a href="https://practicetestshub.com/category/o-level-m2-r5-hosting-domain/">M2-R5 Hosting and Domain</a> </li> <li class="cat-item cat-item-64"><a href="https://practicetestshub.com/category/o-level-m2-r5-html5/">M2-R5 HTML5</a> </li> <li class="cat-item cat-item-69"><a href="https://practicetestshub.com/category/o-level-m2-r5-image-editing/">M2-R5 Image Editing</a> </li> <li class="cat-item cat-item-67"><a href="https://practicetestshub.com/category/o-level-m2-r5-javascript/">M2-R5 JavaScript</a> </li> <li class="cat-item cat-item-68"><a href="https://practicetestshub.com/category/o-level-m2-r5-web-designing-basics/">M2-R5 Web Designing Basics</a> </li> <li class="cat-item cat-item-70"><a href="https://practicetestshub.com/category/o-level-m2-r5-web-publishing/">M2-R5 Web Publishing</a> </li> <li class="cat-item cat-item-73"><a href="https://practicetestshub.com/category/o-level-m3-r5-algorithm-flowchart/">M3-R5 Algorithm and Flowchart</a> </li> <li class="cat-item cat-item-78"><a href="https://practicetestshub.com/category/o-level-m3-r5-conditional-statements/">M3-R5 Conditional Statements</a> </li> <li class="cat-item cat-item-82"><a href="https://practicetestshub.com/category/o-level-m3-r5-file-handling/">M3-R5 File Handling</a> </li> <li class="cat-item cat-item-80"><a href="https://practicetestshub.com/category/o-level-m3-r5-functions/">M3-R5 Functions</a> </li> <li class="cat-item cat-item-81"><a href="https://practicetestshub.com/category/o-level-m3-r5-lists-tuples-dictionaries/">M3-R5 Lists, Tuples and Dictionaries</a> </li> <li class="cat-item cat-item-79"><a href="https://practicetestshub.com/category/o-level-m3-r5-loops/">M3-R5 Loops</a> </li> <li class="cat-item cat-item-77"><a href="https://practicetestshub.com/category/o-level-m3-r5-operators/">M3-R5 Operators</a> </li> <li class="cat-item cat-item-75"><a href="https://practicetestshub.com/category/o-level-m3-r5-python-basics/">M3-R5 Python Basics</a> </li> <li class="cat-item cat-item-76"><a href="https://practicetestshub.com/category/o-level-m3-r5-variables-data-types/">M3-R5 Variables and Data Types</a> </li> <li class="cat-item cat-item-88"><a href="https://practicetestshub.com/category/o-level-m4-r5-cloud-ai-blockchain/">M4-R5 Cloud Computing, AI and Blockchain</a> </li> <li class="cat-item cat-item-84"><a href="https://practicetestshub.com/category/o-level-m4-r5-introduction-to-iot/">M4-R5 Introduction to IoT</a> </li> <li class="cat-item cat-item-87"><a href="https://practicetestshub.com/category/o-level-m4-r5-microcontroller-boards/">M4-R5 Microcontroller Boards</a> </li> <li class="cat-item cat-item-86"><a href="https://practicetestshub.com/category/o-level-m4-r5-sensors-and-actuators/">M4-R5 Sensors and Actuators</a> </li> <li class="cat-item cat-item-6"><a href="https://practicetestshub.com/category/ms-excel/">MS Excel</a> </li> <li class="cat-item cat-item-7"><a href="https://practicetestshub.com/category/ms-word/">MS Word</a> </li> <li class="cat-item cat-item-54"><a href="https://practicetestshub.com/category/nielit-ccc-chapter-wise/">NIELIT CCC Chapter Wise Mock Tests</a> </li> <li class="cat-item cat-item-58"><a href="https://practicetestshub.com/category/o-level-m1-r5/">O Level M1-R5</a> </li> <li class="cat-item cat-item-63"><a href="https://practicetestshub.com/category/o-level-m2-r5/">O Level M2-R5 Web Designing and Publishing</a> </li> <li class="cat-item cat-item-72"><a href="https://practicetestshub.com/category/o-level-m3-r5/">O Level M3-R5 Python</a> </li> <li class="cat-item cat-item-83"><a href="https://practicetestshub.com/category/o-level-m4-r5/">O Level M4-R5 IoT and Applications</a> </li> <li class="cat-item cat-item-1"><a href="https://practicetestshub.com/category/uncategorized/">Uncategorized</a> </li> </ul></div></div></aside> </div> </div> </div> </div> <div class="site-footer"> <footer class="site-info" aria-label="Site" itemtype="https://schema.org/WPFooter" itemscope> <div class="inside-site-info grid-container"> <div class="copyright-bar"> <span class="copyright">© 2026 practicetestshub.com</span> • Built with <a href="https://generatepress.com" itemprop="url">GeneratePress</a> </div> </div> </footer> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/generatepress/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script id="generate-a11y"> !function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("pointerdown",(function(){e.classList.add("using-mouse")}),{passive:!0}),e.addEventListener("keydown",(function(){e.classList.remove("using-mouse")}),{passive:!0})}}(); </script> <script id="ccc-quiz-fix-js" src="https://practicetestshub.com/wp-content/plugins/ccc-quiz-fix/ccc-quiz-fix.js?ver=1.0.0"></script> <script id="hostinger-reach-subscription-block-view-js-extra"> var hostinger_reach_subscription_block_data = {"endpoint":"https://practicetestshub.com/wp-json/hostinger-reach/v1/contact","nonce":"e6447ed932","translations":{"thanks":"Thanks for subscribing.","error":"Something went wrong. Please try again."}}; //# sourceURL=hostinger-reach-subscription-block-view-js-extra </script> <script id="hostinger-reach-subscription-block-view-js" src="https://practicetestshub.com/wp-content/plugins/hostinger-reach/frontend/dist/blocks/subscription-view.js?ver=1788939764"></script> <script data-wp-strategy="defer" defer id="hostinger-reach-embed-js" src="https://cdn-reach.hostinger.com/js/embed.js"></script> <script id="generate-menu-js-before"> var generatepressMenu = {"toggleOpenedSubMenus":true,"openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; //# sourceURL=generate-menu-js-before </script> <script id="generate-menu-js" src="https://practicetestshub.com/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.6.1"></script> <script async data-wp-strategy="async" fetchpriority="low" id="comment-reply-js" src="https://practicetestshub.com/wp-includes/js/comment-reply.min.js?ver=7.1.1"></script> <script id="googlesitekit-events-provider-content-events-js-before"> window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.contentEvents = {"postID":8001,"isSinglePost":true,"hasVimeoEmbed":false}; //# sourceURL=googlesitekit-events-provider-content-events-js-before </script> <script id="googlesitekit-events-provider-content-events-js" src="https://practicetestshub.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-content-events-bb83c1a0aedefa5d25d1.js" defer></script> <script id="wp-emoji-settings" type="application/json"> {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://practicetestshub.com/wp-includes/js/wp-emoji-release.min.js?ver=7.1.1"}} </script> <script type="module"> /*! This file is auto-generated */ var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))}); //# sourceURL=https://practicetestshub.com/wp-includes/js/wp-emoji-loader.min.js </script> </body> </html> <!-- Page cached by LiteSpeed Cache 7.9.1 on 2026-09-20 21:40:14 -->