HTML Questions and Answers pdf in Hindi, HTML Interview Questions in Hindi, HTML Interview Questions and Answers in Hindi

HTML Questions and Answers pdf in Hindi and English

Hello aspirant in this article you can find your query related to HTML Questions and Answers pdf in Hindi, HTML Interview questions in Hindi, HTML Interview questions pdf, HTML interview questions and answers pdf, HTML interview questions and answers in Hindi, HTML questions and answers in Hindi

HTML multiple choice question and answer, HTML objective question answer in Hindi, HTML question and answer pdf, HTML question and answer in Hindi, HTML MCQ question and answer, question and answer for HTML

HTML Questions and Answers pdf in Hindi
HTML Questions and Answers pdf in Hindi

HTML Interview Questions in Hindi and English

1. HTML is a subset of ______.

HTML ______ का एक उपसमुच्चय है।

a) SGMH
b) SGML
c) SGMD
d) None of these

 

2. How many characters can be written with 1 kilobyte?

1 किलोबाइट में कितने अक्षर लिखे जा सकते हैं?

a) 1000
b) 1024
c) 1048
d) None of these

 

3. To create HTML page, you need _____.

HTML पेज बनाने के लिए, आपको _____ की आवश्यकता होती है।

a) Text editor
b) Web browser
c) Both (a) and (b)
d) None of these

 

4. The tags which are required for every HTML page you create.

आपके द्वारा बनाए गए प्रत्येक HTML पृष्ठ के लिए आवश्यक टैग।

a) Container
b) Comment
c) Document
d) None of these

 

5. To add a plain color background to your web page, use which of the following?

अपने वेब पेज पर सादे रंग की पृष्ठभूमि जोड़ने के लिए, निम्न में से किसका उपयोग करें?

a) <body bgcolor= “36,24,35”>
b) <body bgcolor= “# FF000”>
c) <body color= “# FF000”>
d) All of the above

 

6. Where do you place the <title> tag in HTML?

आप HTML में <title> टैग कहाँ लगाते हैं?

a) Body
b) Head
c) Base
d) None of these

 

7. Choose the correct HTML tag to make a text italic.

टेक्स्ट को इटैलिक बनाने के लिए सही HTML टैग चुनें।

a) <it>
b) <italic>
c) <i>
d) <il>

 

8. The <A> tag acts almost like the _______.

<A> टैग लगभग _______ की तरह कार्य करता है।

a) <U>
b) <B>
c) <P>
d) <I>

 

9. Adding a border to your image helps the visitor to recognize it as what?

अपनी छवि में बॉर्डर जोड़ने से विज़िटर को इसे किस रूप में पहचानने में मदद मिलती है?

a) A picture
b) A link
c) A frame
d) None of these

 

10. The basic format for text link is ______.

टेक्स्ट लिंक का मूल प्रारूप ______ है।

a) <A HRE=”URL”>Text describing link</A>
b) <HRE=”URL”>Text describing link</A>
c) <HRE=”URL”></A>
d) None of these

HTML Questions and Answers pdf in Hindi

11. The first tag inside <TABLE> tag is _______.

<TABLE> टैग के अंदर पहला टैग _______ है।

a) <TH>
b) <CAPTION>
c) <HEAD>
d) <TD>

 

12. The tag used to create a new list item and also include a hyperlink.

टैग एक नई सूची आइटम बनाने के लिए प्रयोग किया जाता है और इसमें एक हाइपरलिंक भी शामिल होता है।

a) <DL>
b) <UL>
c) <LI>
d) None of these

 

13. Which tag tells the browser where the page starts and stops?

कौन सा टैग ब्राउज़र को बताता है कि पेज कहाँ से शुरू होता है और कहाँ रुकता है?

a) <head>
b) <body>
c) <html>
d) <title>

 

14. The tag for the table data is ______.

टेबल डेटा के लिए टैग _________ है।

a) <TH>
b) <TD>
c) <TR>
d) None of these

 

15. In HTML, tags that include both on and off tag are called____.

HTML में, ऐसे टैग जिनमें ऑन और ऑफ दोनों टैग शामिल होते हैं, ______ कहलाते हैं।

a) Container tag
b) Document tag
c) Comment tag
d) None of these

 

16. To create a list using lowercase letters, use ______.

लोअरकेस अक्षरों का उपयोग करके सूची बनाने के लिए, ______ का उपयोग करें।

a) <ol letter=”a”>
b) <ol=”a”>
c) <ol “a”>
d) <ol type=”a”>

 

17. The main container for <TR>, <TD> and <TH> is _______.

<TR>, <TD> और <TH> के लिए मुख्य कंटेनर _______ है।

a) <DATA>
b) <TABLE>
c) <GROUP>
d) None of these

 

18. All HTML documents will be basically ______.

सभी HTML दस्तावेज़ मूल रूप से ______ होंगे।

a) Pictures
b) Text
c) Graphs
d) None of these

 

19. The tag used for creating hypertext and hypermedia links is ______.

हाइपरटेक्स्ट और हाइपरमीडिया लिंक बनाने के लिए इस्तेमाल किया जाने वाला टैग ______ है।

a) <PRE>
b) <BR>
c) <HR>
d) <A>

 

20. When making bulleted lists, which options do you have?

बुलेटेड सूचियां बनाते समय आपके पास कौन से विकल्प होते हैं?

a) disc, circle, square
b) triangle, square, circle
c) triangle, disc, circle
d) square, disc, polygon

HTML Questions and Answers pdf in Hindi

21. All normal webpages consists of ______.

सभी सामान्य वेबपेजों में _________ होते हैं।

a) Head and body
b) Body and frameset
c) Top and bottom
d) None of these

 

22. What is the most important tool for adding color to certain areas of the page rather than the entire background?

संपूर्ण पृष्ठभूमि के बजाय पृष्ठ के कुछ क्षेत्रों में रंग जोड़ने के लिए सबसे महत्वपूर्ण उपकरण क्या है?

a) Tables
b) Image
c) Fonts
d) All of these

 

23. Choose the correct HTML tag for the largest heading.

सबसे बड़े शीर्षक के लिए सही HTML टैग चुनें।

a) <h1>
b) <h3>
c) <h5>
d) <h6>

 

24. What does vlink mean?

vlink का क्या अर्थ है?

a) visited link
b) visible link
c) active link
d) None of these

 

25. What kind of list will <ol> tags create?

<ol> टैग किस प्रकार की सूची बनाएंगे?

a) Unordered list
b) Bulleted list
c) Numbered list
d) None of the above

 

26. To change the size of an image in HTML, use ______.

HTML में इमेज का आकार बदलने के लिए ______ का प्रयोग करें।

a) Pliers
b) Top and bottom
c) Bigger and smaller
d) Height and width

 

27. The tag which is used to establish the absolute base for relative URL used in the document hypertext links.

वह टैग जिसका उपयोग दस्तावेज़ हाइपरटेक्स्ट लिंक में प्रयुक्त सापेक्ष URL के लिए पूर्ण आधार स्थापित करने के लिए किया जाता है।

a) <BODY>
b) <BASE>
c) <TITLE>
d) <BR>

 

28. What is the correct HTML tag for inserting a line break?

लाइन ब्रेक डालने के लिए सही HTML टैग क्या है?

a) <break>
b) <br>
c) <pre>
d) <lb>

 

29. A much better approach to establish the base URL is to use the ______ element.

आधार URL स्थापित करने का एक बेहतर तरीका ______ तत्व का उपयोग करना है।

a) BASE
b) BODY
c) HEAD
d) None of these

 

30. The MIME text file is saved with ______.

MIME टेक्स्ट फ़ाइल ______ के साथ सहेजी जाती है।

a) HMT extension
b) HTML extension
c) CSS extension
d) None of these

HTML Questions and Answers pdf in Hindi

31. HTML tags are recognized by ____.

HTML टैग ____ द्वारा पहचाने जाते हैं।

a) < >
b) <= =>
c) <!
d) None of these

 

32. Which is the correct e-mail link?

सही ई-मेल लिंक कौन सा है?

a) <a href=”[email protected]”>
b) <mail>[email protected]</mail>
c) <a href=”mailto:[email protected]”>
d) <href=”[email protected]”>

 

33. Which tag adds a paragraph break after the text?

टेक्स्ट के बाद कौन सा टैग पैराग्राफ ब्रेक जोड़ता है?

a) <PARAGRAPH>
b) <P>
c) <BR>
d) <HR>

 

34. Which of these tags are all <table> tags?

इनमें से कौन से टैग सभी <table> टैग हैं?

a) <table><body><tr>
b) <table><tr><tt>
c) <table><tr><td>
d) None of these

 

35. Gif and jpg are the two main types of what?

Gif और jpg दो मुख्य प्रकार क्या हैं?

a) Animated effects
b) Images
c) Videos
d) None of these

 

36. The <i> tag makes text ____?

<i> टैग टेक्स्ट को ____ बनाता है?

a) Italic
b) Underline
c) Inline
d) None of these

 

37. Which of the following is underline tag?

निम्न में से कौन सा अंडरलाइन टैग है?

a) <U>
b) <UL>
c) <PRE>
d) <HR>

 

38. If the background image is smaller than the screen, what will happen?

यदि बैकग्राउंड इमेज स्क्रीन से छोटी हो तो क्या होगा?

a) It will leave a blank space at the bottom of your page
b) It will be repeated
c) It will be stretched
d) None of these

 

39. Which tag can set the background color for your page?

कौन सा टैग आपके पेज के लिए बैकग्राउंड कलर सेट कर सकता है?

a) <head>
b) <font>
c) <body>
d) <title>

 

40. To set the font for a single link, where do you add the <font></font> tags?

एक लिंक के लिए फ़ॉन्ट सेट करने के लिए, आप <font></font> टैग कहाँ जोड़ते हैं?

a) Inside the <a> and </a> tags
b) Outside the <a> and </a> tags
c) In the  <head> tag
d) None of these

HTML Questions and Answers pdf in Hindi

41. The <small> and <big> tags are special in what way?

<small> और <big> टैग किस तरह से खास हैं?

a) They can be repeated
b) They work on anything
c) They are for images only
d) None of the above

 

42. Which tag is used to add columns to tables?

टेबल में कॉलम जोड़ने के लिए किस टैग का प्रयोग किया जाता है?

a) <th>
b) <td>
c) <tr>
d) <colspan>

 

43. Which tag is used to insert images into your web page?

आपके वेब पेज में इमेज डालने के लिए किस टैग का उपयोग किया जाता है?

a) scr
b) im
c) img
d) None of these

 

44. Which format usually works best for photos?

तस्वीरों के लिए आमतौर पर कौन सा प्रारूप सबसे अच्छा काम करता है?

a) JPG
b) GIF
c) HTML
d) All of these

 

45. The tag which allows some Web server search engines to search your Web page.

वह टैग जो कुछ वेब सर्वर सर्च इंजनों को आपके वेब पेज को खोजने की अनुमति देता है।

a) <HEAD>
b) <ISINDEX>
c) <SEARCH>
d) <LINK>

 

46. What will be the added by using <td> and </td> tag?

<td> और </td> टैग का उपयोग करके क्या जोड़ा जाएगा?

a) Cell
b) Steps
c) Rows
d) Columns

 

47. Which of the following will NOT be found in the <head> section?

निम्न में से कौन <head> अनुभाग में नहीं मिलेगा?

a) <Title>
b) <Metatags>
c) <Table>
d) None of these

 

48. Generally, there are _______.

आम तौर पर, _______ होते हैं।

a) 6 headers in most HTML page
b) 5 headers in most HTML page
c) 4 headers in most HTML page
d) 7 headers in most HTML page

 

49. How can you make a list that lists the items with bullets?

आप ऐसी सूची कैसे बना सकते हैं जिसमें Bullets के साथ आइटम सूचीबद्ध हों?

a) <ol>
b) <ul>
c) <dl>
d) None of these

 

50. The <HR> tag is used for ______.

<HR> टैग ______ के लिए प्रयोग किया जाता है।

a) New paragraph
b) New line text
c) Horizontal ruler
d) Vertical ruler

Also Read: HTML question and answer in Hindi and English

51. What is the correct HTML code for inserting an image?

इमेज डालने के लिए सही HTML कोड क्या है?

a) <img src=”image.gif”>
b) <img href=”image.gif/>
c) <img>image.gif</img>
d) None of these

 

52. If you create an HTML page in word processor.

यदि आप वर्ड प्रोसेसर में HTML पेज बनाते हैं।

a) Save it with ASCII text file
b) Save it with WMF file
c) Save it with binary file
d) All of the above

 

53. Image link can show a text label if you add _____ property.

अगर आप ______ प्रॉपर्टी जोड़ते हैं तो इमेजलिंक टेक्स्ट लेबल दिखा सकता है।

a) alternative
b) str
c) alt
d) All of these

 

54. The special formatting tag is ______.

विशेष स्वरूपण टैग _________ है।

a) <PRE>

b) <TT>
c) <P>
d) None of these

 

55. Which property tells how many rows a cell should span?

कौन सा गुण बताता है कि एक सेल को कितनी पंक्तियों में फैलाना चाहिए?

a) rowspan=n
b) colspan=n
c) Both (a) and (b)
d) None of these

 

56. Choose the correct HTML tag to left-align the content inside a table cell.

तालिका सेल के अंदर सामग्री को बाईं ओर संरेखित करने के लिए सही HTML टैग चुनें।

a) <td valign=”left”>
b) <td align=”left”>
c) <td leftalign>
d) <td=”left”>

 

57. Which tag can add colspan=n?

कौन सा टैग colspan=n जोड़ सकता है?

a) <table>
b) <td>
c) <tr>
d) <th>

 

58. To start a list using circles, use ______.

Circles का उपयोग करके एक सूची शुरू करने के लिए, ______ का उपयोग करें।

a) <ul type=”round”>
b) <ul type=”circle”>
c) <ul “round”>
d) <ul =”round”>

 

59. How can you open a link in a new browser window?

आप एक नई ब्राउज़र विंडो में एक लिंक कैसे खोल सकते हैं?

a) <a href=”url” blank>
b) <a href=”url target=”new”>
c) <a href=”url target=”_blank”>
d) None of these

 

60. <P> is called ________.

<P> को ________ कहा जाता है।

a) Head tag
b) Container tag
c) Paragraph tag
d) None of these

HTML Questions and Answers pdf in Hindi

61. The HTML tags are all ______.

HTML टैग सभी _________ हैं।

a) case sensitive
b) in upper case
c) in lower case
d) not case sensitive

 

62. Any target specified in the BASE element can be overridden on a case-by-case basis by specifying a different target in different forms.

आधार तत्व में निर्दिष्ट किसी भी लक्ष्य को अलग-अलग रूपों में एक अलग लक्ष्य निर्दिष्ट करके मामला-दर-मामला आधार पर ओवरराइड किया जा सकता है।

a) Link
b) Imagemap
c) Anchor
d) All of these

 

63. Why should you add alternative text to your images?

आपको अपनी छवियों में वैकल्पिक टेक्स्ट क्यों जोड़ना चाहिए?

a) In case the user wishes to load a different picture
b) So the users can get an idea of what the image is before
c) So the user can save the image using the text as a name
d) All of these

 

64. Which tag will add rows to your tables?

कौन सा टैग आपकी टेबल में पंक्तियों को जोड़ देगा?

a) <td> and </td>
b) <th> and </th>
c) <tr> and </tr>
d) None of these

 

65. Which tag tells where a link starts?

कौन सा टैग बताता है कि लिंक कहां से शुरू होता है?

a) <i>
b) <a>
c) <body>
d) None of these

 

66. How can you make a list that lists the items with numbers?

आप एक सूची कैसे बना सकते हैं जिसमें संख्याओं के साथ आइटम सूचीबद्ध हों?

a) <ol>
b) <list>
c) <ul>
d) None of these

 

67. Which section is used for text and tags that are shown directly on your web page?

आपके वेब पेज पर सीधे दिखाए जाने वाले टेक्स्ट और टैग के लिए किस सेक्शन का उपयोग किया जाता है?

a) Body
b) Metatags
c) Head
d) Title

 

68. Choose the correct HTML tag to make a text bold.

टेक्स्ट को बोल्ड बनाने के लिए सही HTML टैग चुनें।

a) <bl>
b) <bold>
c) <bd>
d) <b>

 

69. The attribute used choose the type of font in HTML is?

HTML में किस प्रकार के फॉन्ट का उपयोग किया जाता है?

a) Text-type
b) Face
c) Character
d) All of these

 

70. Which colors consist of equal amounts of all basic colors?

किस रंग में सभी मूल रंगों की समान मात्रा होती है?

a) Purple, Green and Blue
b) White, Black and Grey
c) White, Blue and Grey
d) None of these

HTML Questions and Answers pdf in Hindi

71. To start a list at the count of 3, use _____.

3 की गिनती पर एक सूची शुरू करने के लिए, _____ का उपयोग करें।

a) <ol start=”3”>
b) <ol list=”3”>
c) <ol begin=”3”>
d) <ol num=”3”>

 

72. The <BASE> tag is designed to appear only between _____.

<BASE> टैग को केवल _____ के बीच प्रदर्शित करने के लिए डिज़ाइन किया गया है।

a) <TITLE>
b) <HEAD>
c) <BODY>
d) <PRE>

 

73. The tag for the table rows is _______.

टेबल रो के लिए टैग _______ है।

a) <TH>
b) <TD>
c) <TR>
d) None of these

 

74. Increasing the cellpadding means _______.

सेलपैडिंग बढ़ाने का मतलब _______ है।

a) Increase the distance between cell and content
b) Increase the space between cells
c) Increase the softness of your site
d) All of these

 

75. Who is making the Web standards?

वेब मानक कौन बना रहा है?

a) Netscape Navigator
b) Internet Explorer
c) The World Wide Web Consortium
d) None of these

 

76. To create a bulleted list, use _____.

बुलेटेड सूची बनाने के लिए _____ का प्रयोग करें।

a) <il>
b) <ul>
c) <ol>
d) None of these

 

77. The paragraphs are break using _____.

पैराग्राफ _____ का उपयोग करके तोड़ दिए जाते हैं।

a) U tag
b) BR tag
c) P tag
d) HR tag

 

78. <! is a______.

<! एक है ______।

a) Underlined with italic tag
b) Underlined tag
c) Comment tag
d) None of these

 

79. Tags and text that do not show directly on the page are placed in _____.

टैग और टेक्स्ट जो सीधे पेज पर प्रदर्शित नहीं होते हैं उन्हें _____ में रखा जाता है।

a) Title
b) Body
c) Head
d) None of these

 

80. What is the correct HTML for creating a hyperlink?

हाइपरलिंक बनाने के लिए सही HTML क्या है?

a) <a>https://www.wifistudys.com</a>
b) <a href=”https://www.wifistudys.com”> WiFiStudys.com</a>
c) <a url=”https://w.w.w.wifistudys.com> WiFiStudys.com</a>
d) <a name=”https://www.wifistudys.com”> WiFiStudys.com</a>

HTML Questions and Answers pdf in Hindi

81. Which of these is not valid HTML tag?

इनमें से कौन वैध HTML tag नहीं है?

a) <font face=”verdana, arial”>
b) <font face=”verdana”>
c) <fontface=”verdana”>
d) All of these

 

82. When is the content of a table shown?

तालिका की सामग्री कब दिखाई जाती है?

a) In pieces as it loads
b) After the table is loaded
c) Before the border loads
d) None of these

 

83. Which code will led text wrap down the side of the image?

कौन सा कोड टेक्स्ट रैप को इमेज के साइड में ले जाएगा?

a) <img src= “myImage.gif” align= “right”>
b) <img src= “myImage.gif” align= “wrap”>
c) <img src= “myImage.gif” wrap= “on”>
d) None of these

 

84. Which tag will you add to specify a font for your whole page?

अपने पूरे पृष्ठ के लिए एक फ़ॉन्ट निर्दिष्ट करने के लिए आप कौन सा टैग जोड़ेंगे?

a) <basefont>
b) <targetfont>
c) <defaultfont>
d) <font>

 

85. Defining clickable sub-areas on an image is called ______.

एक छवि पर क्लिक करने योग्य उप-क्षेत्रों को परिभाषित करना ______ कहलाता है।

a) image mapping
b) multiple mapping
c) image linking
d) None of these

 

86. Which program do you need to write HTML?

HTML लिखने के लिए आपको कौन सा प्रोग्राम चाहिए?

a) HTML -development suite 4
b) Any text editor
c) A graphics program
d) None of these

 

87. The attribute that defines the relationship between the current document and the HREF’s URL is _____.

वर्तमान दस्तावेज़ और HREF के URL के बीच संबंध को परिभाषित करने वाली विशेषता _____ है।

a) REL
b) REV
c) URL
d) PRE

 

88. WYSIWYG stands for _______.

WYSIWYG का मतलब _______ है।

a) What You See Is What You Get
b) When You Start Is When You Go
c) What you See Is What You Gain
d) None of these

 

89. The attribute used to create the actual section within the current HTML document is ______.

वर्तमान HTML दस्तावेज़ में वास्तविक अनुभाग बनाने के लिए उपयोग की जाने वाली विशेषता ______ है।

a) BASE
b) HERF
c) LINK
d) NAME

 

90. The tag which allows you to nest other HTML tags within the description.

वह टैग जो आपको विवरण के भीतर अन्य HTML टैग्स को नेस्ट करने की अनुमति देता है।

a) <TR>
b) <TD>
c) <CAPTION>
d) None of these

HTML Questions and Answers pdf in Hindi

91. When images are used as links they get a blue border.

जब छवियों को लिंक के रूप में उपयोग किया जाता है तो उन्हें नीली सीमा मिलती है।

a) Unless border is set to zero
b) Never
c) Always
d) None of these

 

92. What does the <br> tag add to your webpage?

<br> टैग आपके वेबपेज में क्या जोड़ता है?

a) Line break
b) Paragraph break
c) Long break
d) None of these

 

93. What is the correct HTML code for inserting a background image?

बैकग्राउंड इमेज डालने के लिए सही HTML कोड क्या है?

a) <background image=”background.gif”>
b) <img src=”background.gif” background />
c) <body background=”background.gif”>
d) <background=”background.gif”>

 

94. The BODY tag is usually used after ______.

बॉडी टैग आमतौर पर ______ के बाद प्रयोग किया जाता है।

a) HTML tag
b) TITLE tag
c) EM tag
d) HEAD tag

 

95. The style element holds the document for setting _______.

स्टाइल एलिमेंट ______ सेट करने के लिए दस्तावेज़ रखता है।

a) font, colour, alignment and border
b) font, colour and alignment
c) colour, alignment and border
d) colour, alignment

 

96. <a> and </a> are the tags used for ______.

<a> और </a> ______ के लिए उपयोग किए जाने वाले टैग हैं।

a) Audio-voiced text
b) Aligning text
c) Adding image
d) Adding links to your page

 

97. To start a numbered list with regular numerals, use ____.

नियमित अंकों के साथ एक क्रमांकित सूची शुरू करने के लिए, _____ का उपयोग करें।

a) <ol type=”A”>
b) <ol type=”a”>
c) <ol type=”I”>
d) <ol type=”1”>

 

98. ALL HTML tags are enclosed in what?

सभी HTML टैग किसमें संलग्न हैं?

a) < and >
b) ? and !
c) # and #
d) { and }

 

99. The tag for title text for rows and columns is ______.

पंक्तियों और स्तंभों के लिए शीर्षक पाठ का टैग ______ है।

a) <TH>
b) <TR>
c) <TD>
d) None of these

 

100. One should never combine the “start” and “type” option.

किसी को भी “स्टार्ट” और “टाइप” विकल्प को कभी भी संयोजित नहीं करना चाहिए।

a) True
b) False
c) Sometimes True, Sometimes False
d) None of these

 

So friends I hope you enjoy this article related to html multiple question answer, html objective question and answer, html question answer mcq, HTML question answer download pdf

HTML Interview Questions and Answers in Hindi

File Name HTML Questions and Answers pdf in Hindi
File Size 558 KB
No. of Pages 24
Language Hindi and English
Download Click Here

 

Related Searches: HTML Questions and Answers pdf in Hindi and English, HTML Interview questions pdf, HTML Interview questions in Hindi, HTML interview questions and answers pdf, HTML questions and answers in Hindi, HTML interview questions and answers in Hindi

Leave a Reply

Your email address will not be published. Required fields are marked *