O Level Online Test HTML | Web Designing and Publishing | O Level M2 R5 Online Test

o level m2r5 online test

O Level M2 R5 Online Test | HTML MCQ Questions

01. HTML में हेडिंग के ___ स्तर होते हैं
01. There are ___ levels of heading in HTML?




--- Answer is----> D) Six


02. HTML में शीर्षक के _____ स्तर होते हैं?
02. There are _____ level of heading in HTML?




--- Answer is-----> C) Six


03. मार्कअप का क्या उद्देश्य है?
03. The purpose of markup is to?




--- Answer is-----> C) Both A & B


04. निम्नलिखित में से किस टैग में टर्मिनेटर की आवश्यकता नहीं होती है?
04. Which of the following tags do not require a terminator?




--- Answer is-----> B) <br>


05. आदेशित सूची प्राप्त करने के लिए हम उपयोग करते हैं?
05. To get the ordered list we use?




--- Answer is-----> C) <ol>


06. किसी विशेष फ़ॉन्ट के लिए इसका आकार विशेषता एक निरपेक्ष मान लेकर हो सकता है?
06. For a particular font its size attribute can be an absolute value ranging form?




--- Answer is-----> A) 1-10


07. वेब ब्राउज़र के प्रमुख घटक ___ हैं
07. The Major components of the Web browser are ___




--- Answer is-----> D) All Of the Above


08. वेब पेज में ग्राफिक्स डालने के लिए निम्नलिखित में से कौनसा टैग प्रयोग किया जाता है?
08. Which one of the following tags is used to insert graphics in the webpage?




--- Answer is-----> C) <img>


09. सामग्री को गतिशील पाठ के रूप में प्रदर्शित करने के लिए निम्नलिखित html टैग का उपयोग किया जाता है
09. The following html tag is used to display the content as a moving text




--- Answer is-----> A) <marquee>


10. HTML टिप्पणी को बीच में संलग्न किया जाना चाहिए
10. HTML comment should be enclosed between.




--- Answer is-----> A) <!– and —>


11. पैराग्राफ टेक्स्ट की शुरुआत से पहले _____ टैग का उपयोग किया जाता है?
11. _____ tag is used before beginning of the paragraph text?




--- Answer is-----> C) <p>


12. जिस वर्ष HTML को पहली बार _______ प्रस्तावित किया गया था।?
12. The year in which HTML was first proposed _______.?




--- Answer is-----> A) 1990


13. मौलिक HTML ब्लॉक को ___________ के रूप में जाना जाता है।?
13. Fundamental HTML Block is known as ___________.?




--- Answer is-----> B) HTML Tag


14. HTML दस्तावेज का एक्सटेंशन ______ है?
14. HTML document have a extension ______?




--- Answer is-----> B) .htm or .html


15. बाहरी दुनिया में आपकी html फ़ाइल की पहचान करने के लिए _____ तत्व का उपयोग किया जा सकता है?
15. The _____ element can be used to identify your html file to the outside world




--- Answer is-----> D) None of the above


16. वह प्रतीक जो HREF को किसी पते या फ़ाइल नाम के बजाय NAME एंकर के नाम के रूप में पहचानता है?
16. The symbol that identities that HREF attribute as the name of a NAME anchor rather than an address or filename is?




--- Answer is-----> C) #


17. निम्न में से किस टैग को टर्मिनेटर की आवश्यकता नहीं होती है?
17. Which of the following tags do not require a terminator?




--- Answer is-----> B) <br>


18. आदेशित सूची प्राप्त करने के लिए हम उपयोग करते हैं?
18. to get the ordered list we use?




--- Answer is-----> C) <OL>


19. HTML वह विधि है जहाँ साधारण पाठ को परिवर्तित किया जा सकता है
19. HTML is the method where ordinary text can be converted into.




--- Answer is-----> C) Hypertext


20. पृष्ठ के अनुभागों के बीच दृश्य विभाजन देने वाला टैग और जिसके कारण ब्राउज़र एक उभरी हुई रेखा खींचता है
20. The tag to give visual division between sections of the page and which causes the browser to draw an embossed line is.




--- Answer is-----> A) <HR>


21. HTML में ______ टैग में वर्तमान दस्तावेज़ जैसे शीर्षक आदि के बारे में जानकारी होती है।
21. In HTML ______ tag contains the information about the current document such as title etc.?.




--- Answer is-----> C) Head


22. HTML का संक्षिप्त रूप है
22. HTML is acronym for.




--- Answer is-----> C) Hypertext markup language


23. किसी भी HTML दस्तावेज़ में पहला टैग क्या होना चाहिए?
23. What should be the first tag in any HTML document?




--- Answer is-----> C) <html>


24. आप संख्याओं के साथ बुलेटेड सूची कैसे बना सकते हैं?
24. How can you make a bulleted list with numbers??




--- Answer is-----> B) <ol>


25. HTML पृष्ठ में चित्र प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है??
25. What tag is used to display a picture in a HTML page? ?




--- Answer is-----> C) img


26. HTML में किस प्रकार की सूचियाँ उपलब्ध हैं?
26. What are the types of lists available in HTML?




--- Answer is-----> A) Ordered, Unordered Lists


27. HTML में ऑर्डर की गई सूची कैसे बनाएं?
27. How to create an ordered list in HTML?.




--- Answer is-----> B) <ol>


28. HTML फ़ाइलें एक्सटेंशन के साथ डिफ़ॉल्ट रूप से सहेजी जाती हैं?
28. HTML files are saved by default with the extension?




--- Answer is-----> A) .html


29. टैग <b> का क्या प्रभाव होता है?
29. What is the effect of the <b> tag?




--- Answer is-----> A) It converts the text within it to bold.


30. निम्नलिखित में से कौन HTML के बारे में सही है?
30. Which of the following is correct about HTML?




--- Answer is-----> A) HTML uses tags defined within the language.


31. HTML पेज को पढ़ने और उसे रेंडर करने के लिए निम्न में से किसका उपयोग किया जाता है?
31. Which of the following is used to read an HTML page and render it?




--- Answer is-----> C) Web browser


32. निम्नलिखित में से कौन HTML और XHTML में अंतर नहीं है?
32. Which of the following is not a difference between HTML and XHTML?




--- Answer is-----> A) Charset in both html and xhtml is “text/html”


33. HTML में DOM क्या है??
33. What is DOM in HTML? ?




--- Answer is-----> D) Convention for representing and interacting with objects in html documents


34. HTML5 में हाईलाइटेड टेक्स्ट प्राप्त करने के लिए किस तत्व का उपयोग किया जाता है?
34. Which element is used to get highlighted text in HTML5?




--- Answer is-----> B) <mark>


35. निम्न में से कौन HTML5 टैग नहीं है?
35. Which of the following is not a HTML5 tag?




--- Answer is-----> C) <slider>


36. हम HTML में कमेंट कैसे लिखते हैं?
36. Where is virtual memory usually located How do we write comments in HTML?




--- Answer is-----> B) <!.....>


37. HTML5 में निम्नलिखित में से कौन सा तत्व वीडियो या मूवी सामग्री को परिभाषित करता है??
37. Which of the following elements in HTML5 defines video or movie content?




--- Answer is-----> A) <video>


38. निम्न में से कौन सा तत्व HTML टेबल लेआउट से संबद्ध नहीं है??
38. Which of the following is not the element associated with the HTML table layout??




--- Answer is-----> B) Color


39. HTML5 लेआउट के लिए या स्टाइलिंग के लिए किस तत्व का उपयोग किया जाता है?
39. Which element is used for or styling HTML5 layout?




--- Answer is-----> A) CSS


40. कैरेक्टर की उपस्थिति को बोल्ड बनाने के लिए किस HTML टैग का उपयोग किया जाता है?
40. Which HTML tag is used for making character appearance bold?




--- Answer is-----> B) <b>content</b>


41. HTML ___________ का एक सबसेट है?
41. HTML is a subset of _______?




--- Answer is-----> B) SGML


42. HTML में किसी टैग के बंद होने पर किस वर्ण का प्रतिनिधित्व किया जाता है?
42. Which character is used to represent when a tag is closed in HTML?




--- Answer is-----> A) /


43. निम्नलिखित में से कौन सा HTML पैराग्राफ टैग है?
43. Among the following, which is the HTML paragraph tag?




--- Answer is-----> A) <p&gt


44. HTML में, एक नई विंडो टैब में खुलने वाले लिंक को बनाने के लिए किस विशेषता का उपयोग किया जाता है?
44. In HTML, which attribute is used to create a link that opens in a new window tab?




--- Answer is-----> D) target=”_blank”


45. शॉर्टकोट के लिए किस HTML एलीमेंट का उपयोग किया जाता है?
45. Which HTML element is used for short quote?




--- Answer is-----> C) <q>


46. निम्नलिखित में से कौन सा HTML टैग एक अनियंत्रित सूची बनाने के लिए प्रयोग किया जाता है?
46. Which of the following HTML tag is used to create an unordered list?




--- Answer is-----> B) <ul>


47. निम्न में से किस HTML टैग का प्रयोग टेबल में रो जोड़ने के लिए किया जाता है?
47. Which of the following HTML tag is used to add a row in a table?




--- Answer is-----> C) <tr>


48. HTML फाइल को सेव करने के लिए निम्न में से किस एक्सटेंशन का उपयोग किया जाता है?
48. Which of the following extension is used to save an HTML file?




--- Answer is-----> D) .html


49. HTML में <hr/> टैग का क्या उपयोग है?
49. What is the use of <hr/> tag in HTML?




--- Answer is-----> D) To create horizontal rule between sections


50. <iframe> के अंतर्गत कौन सी विशेषता आवश्यक नहीं है?
50. Which attribute is not essential under <iframe>?




--- Answer is-----> A) frameborder


Post a Comment

0 Comments