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

HTML Interview Questions and Answers in Hindi English

Hello aspirant in this article you can find your query related to HTML Interview questions and answers in Hindi English, HTML Interview Questions for Freshers, HTML Questions and Answers pdf in Hindi 2022, HTML multiple choice question and answer

HTML question and answer MCQ, HTML objective question answer in Hindi, HTML question answer download pdf, HTML question paper with answer pdf, HTML question answer in Hindi

HTML Interview Questions and Answers in Hindi English
HTML Interview Questions and Answers in Hindi English

HTML Interview Questions for Freshers

HTML Interview Questions and Answers in Hindi English, HTML Questions and Answers pdf in Hindi and English, HTML Interview Questions for Freshers

1. How do you add a link which will allow the visitor to send an email from your page?

आप एक लिंक कैसे जोड़ते हैं जो विज़िटर को आपके पेज से ईमेल भेजने की अनुमति देगा?

a) Add <a href=”mailto:youraddress>
b) Add <a=”mailto:youraddress>
c) Add <a href=”sendmailtoyouraddress”>
d) clour, alignment

 

2. The format of the <BASE> tag is _______.

<BASE> टैग का प्रारूप _______ है।

a) <HREF=”absolute URL”>
b) <base href=”https://www.wifistudys.com”>
c) <BASE URL=>
d) <BASE=”absolute URL”>

 

3. The symbol used at the beginning of the HREF text is _______.

HREF टेक्स्ट की शुरुआत में इस्तेमाल किया जाने वाला सिंबल _______ है।

a) $
b) &
c) @
d) #

 

4. The tag used to create a hypertext relationship between the current document and an external resource is ______.

वर्तमान दस्तावेज़ और बाहरी संसाधन के बीच हाइपरटेक्स्ट संबंध बनाने के लिए उपयोग किया जाने वाला टैग ______ है।

a) <A>
b) <LINK>
c) <ISINDEX>
d) None of the above

 

5. To set the color for table borders, use ______.

टेबल बॉर्डर के लिए रंग सेट करने के लिए, ______ का उपयोग करें।

a) bgcolor=#003300
b) tablecolor=#003300
c) bordercolor=#003300
d) bgimage=#003300

 

6. The default value of BORDER attribute is ______.

BORDER विशेषता का डिफ़ॉल्ट मान ______ है।

a) 1 pixel
b) 2 pixel
c) 3 pixel
d) None of the above

 

7. What is the correct HTML for adding a background color?

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

a) <body style = “background-color : yellow”>
b) <background>yellow</background>
c) <body background= “yellow”>
d) All of the above

 

8. The most basic element of any HTML page is _______.

किसी भी HTML पृष्ठ का सबसे बुनियादी तत्व _______ है।

a) ASCII text
b) BCD text
c) text
d) None of the above

 

9. The background image will scroll when the user scrolls down the page, you add which property to the <body> tag?

जब उपयोगकर्ता पृष्ठ को नीचे स्क्रॉल करता है तो पृष्ठभूमि छवि स्क्रॉल हो जाएगी, आप <body> टैग में कौन सी प्रॉपर्टी जोड़ते हैं?

a) bgproperties = “fixed”
b) bgproperties = “holdstill”
c) bgproperties = “move”
d) None of the above

 

10. To separate single list, use ______.

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

a) <ol> and </ol>
b) <li> and </li>
c) <ul> and </ul>
d) All of the above

 

HTML Interview questions and answers in Hindi

11. Which of the following is italic tag _____.

निम्नलिखित में से कौन इटैलिक टैग _____ है।

a) <LI>
b) <I>
c) <IT>
d) <II>

 

12. To create a numbered list, use ______.

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

a) <il>
b) <li>
c) <ul>
d) <ol>

 

13. HTML is simple than ______.

HTML ______ से सरल है।

a) SGML
b) STML
c) CTML
d) None of the above

 

14. Which attribute is used to name an element uniquely?

किसी तत्व को विशिष्ट रूप से नाम देने के लिए किस विशेषता का उपयोग किया जाता है?

a) dot
b) id
c) class
d) All of the above

 

15. Why should you specify a background color if you are using an image for the actual background of your page?

यदि आप अपने पृष्ठ की वास्तविक पृष्ठभूमि के लिए किसी छवि का उपयोग कर रहे हैं तो आपको पृष्ठभूमि का रंग क्यों निर्दिष्ट करना चाहिए?

a) So the text shows up better
b) The background color will be shown until the image loads
c) In case the image doesn’t fit right
d) None of the above

 

16. Text within <strong> tag is displayed as _______.

<strong> टैग के भीतर का टेक्स्ट _______ के रूप में प्रदर्शित होता है।

a) underline
b) italic
c) list
d) bold

 

17. Which tag creates a check box for a form in HTML?

HTML में फॉर्म के लिए कौन सा टैग चेक बॉक्स बनाता है?

a) <input type-“checkbox”>
b) <select>
c) <checkbox>
d) None of the above

 

18. To create a combo box which tag will you use?

कॉम्बो बॉक्स बनाने के लिए आप किस टैग का प्रयोग करेंगे?

a) <input type=”dropdown”>
b) <list>
c) <select>
d) None of the above

 

19. Which tag/element defines the HTML document’s body?

कौन सा टैग/तत्व HTML दस्तावेज़ के मुख्य भाग को परिभाषित करता है?

a) <HTML>

b) <body>

c) <bdy>

d) <HTMLbody>

 

20. Which tag is the root element of an HTML page?

HTML पेज का मूल तत्व कौन सा टैग है?

a) <head>

b) <title>

c) <html>

d) <body>

 

HTML Interview questions and answers in Hindi

21. Which tag contains the meta information about the HTML page?

किस टैग में HTML पृष्ठ के बारे में मेटा जानकारी होती है?

a) <head>

b) <title>

c) <html>

d) <body>

 

22. Who invented HTML?

एचटीएमएल का आविष्कार किसने किया?

a) Denis Ritchie

b) Tim Berners-Lee

c) Dave Raggett

d) All of the above

 

23. HTML headings are defined with the _____ tags.

HTML शीर्षकों को _____ टैग के साथ परिभाषित किया गया है।

a) <head1> to <head6>

b) <h1> to <h3>

c) <h1> to <h6>

d) <p1> to <p6>

 

24. HTML tags with no content are called _____.

बिना सामग्री वाले HTML टैग्स को _____ कहा जाता है।

a) Empty tags

b) Advanced tags

c) Special tags

d) Other tags

 

25. Which tag is used to display a horizontal ruler (horizontal line)?

क्षैतिज रूलर (क्षैतिज रेखा) को प्रदर्शित करने के लिए किस टैग का प्रयोग किया जाता है?

a) <br>

b) <line>

c) <hr>…</hr>

d) <hr>

 

26. What is the correct syntax of <hr> tag?

<hr> टैग का सही सिंटैक्स क्या है?

a) <hr>

b) <hr />

c) <hr></hr>

d) Both a) and b)

 

27. Which tag is used to define a line break?

लाइन ब्रेक को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?

a) <lr>

b) <\n>

c) <br>…</br>

d) <br>

 

28. What is the correct syntax of <br> tag?

<br> टैग का सही सिंटैक्स क्या है?

a) <br />

b) <br>

c) <br></br>

d) Both a) and b)

 

29. Which HTML attribute is used to define styles of an element?

किसी तत्व की शैलियों को परिभाषित करने के लिए किस HTML विशेषता का उपयोग किया जाता है?

a) <style>

b) css

c) style

d) <css>

 

30. Which is the correct HTML statement to define the red color of the paragraph text?

पैराग्राफ टेक्स्ट के लाल रंग को परिभाषित करने के लिए सही HTML स्टेटमेंट कौन सा है?

a) <p style=”color: red;”>

b) <p style=”color: #ff0000;”>

c) Both a) and b)

d) None of the above

 

HTML Interview questions and answers in Hindi

31. Which tag is used to define preformatted text?

प्रीफॉर्मेट टेक्स्ट को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?

a) <pre>

b) <p>

c) <pf>

d) <code>

 

32. Which HTML tag is used to define bold text, without any extra importance?

बिना किसी अतिरिक्त महत्व के बोल्ड टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <strong>

b) <b>

c) <bolder>

d) <bold>

 

33. Which HTML tag is used to define text with strong importance?

टेक्स्ट को मजबूत महत्व के साथ परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <bolder>

b) <bold>

c) <strong>

d) <b>

 

34. Which HTML tag is used to define emphasized text?

जोर दिए गए टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <i>

b) <em>

c) <italic>

d) <it>

 

35. Which HTML tag is used to define italic text?

इटैलिक टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <i>

b) <em>

c) <italic>

d) <it>

 

36. Which HTML tag is used to define smaller text?

छोटे टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <normal>

b) <small>

c) <smaller>

d) <span>

 

37. Which HTML tag is used to define strike a line through deleted text?

हटाए गए टेक्स्ट के माध्यम से स्ट्राइक ए लाइन को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <delete>

b) <deleted>

c) <del>

d) <through>

 

38. Which HTML tag is used to define marked or highlighted text?

चिह्नित या हाइलाइट किए गए टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <mark>

b) <highlighted>

c) <m>

d) <highlight>

 

39. Which HTML tag is used to define underline inserted text?

अंडरलाइन इंसर्टेड टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <u>

b) <text-decoration>

c) <underline>

d) <ins>

 

40. Which HTML tag is used to define superscript text?

सुपरस्क्रिप्ट टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <sup>

b) <s>

c) <superscript >

d) <superscripted>

 

HTML Interview questions and answers in Hindi

41. Which HTML tag is used to define subscript text?

सबस्क्रिप्ट टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <sub>

b) <s>

c) <subscript>

d) <subscripted>

 

42. Which is the correct HTML statement to display HelloWorld in a paragraph?

HelloWorld को एक पैराग्राफ में प्रदर्शित करने के लिए सही HTML स्टेटमेंट कौन सा है?

a) <p>Hello<sub>World</sub></p>

b) <p>Hello<top>World</top></p>

c) <p>Hello<sup>World</sup></p>

d) <p>Hello<above>World</above></p>

 

43. Which is the correct HTML statement to display H20 in a paragraph?

H20 को एक पैराग्राफ में प्रदर्शित करने के लिए सही HTML स्टेटमेंट कौन सा है?

a) <p>H<sup>2</sup>O</p>

b) <p>H<sub>2</sub>O</p>

c) <p>H<below>2</below>O</p>

d) <p>H<ins>2</ins>O</p>

 

44. Which is the correct HTML statement to display HelloHi!in a paragraph?

एक पैराग्राफ में HelloHi! प्रदर्शित करने के लिए सही HTML कथन कौन सा है?

a) <p><strike>Hello</strike><ins>Hi!</ins></p>

b) <p><del>Hello</del><ins>Hi!</ins></p>

c) Both a) and b)

d) All of the above

 

45. Which HTML tag is used to define a short quotation?

Short quotation को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <quotation>

b) <q>

c) <qut>

d) <quote>

 

46. Which is the correct HTML statement to display Hello IncludeHelpin a paragraph?

Hello IncludeHelp को एक पैराग्राफ में प्रदर्शित करने के लिए सही HTML स्टेटमेंट कौन सा है?

a) <p>Hello <span>IncludeHelp</span></p>

b) <p>Hello<mark>IncludeHelp</mark></p>

c) <p>Hello <mark>IncludeHelp</mark><p>

d) <p>Hello<span>IncludeHelp</span></p>

 

47. Which HTML tag is used to define an abbreviation or an acronym?

संक्षिप्त नाम या परिवर्णी शब्द को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <abbreviation>

b) <acr>

c) <acronym>

d) <abbr>

 

48. What is the correct HTML syntax of <abbr> tag?

<abbr> टैग का सही HTML सिंटैक्स क्या है?

a) <abbr title=”abbreviation or acronym”>Text</abbr>

b) <abbr acronym=”abbreviation or acronym”>Text</abbr>

c) <abbr abbreviation=”abbreviation or acronym”>Text</abbr>

d) <abbr description=”abbreviation or acronym”>Text</abbr>

 

49. Which tag is used to override the current text direction?

वर्तमान टेक्स्ट दिशा को ओवरराइड करने के लिए किस टैग का उपयोग किया जाता है?

a) <bdr>

b) <bdo>

c) <bdi>

d) None of the above

 

50. What HTML tag is used to define the contact information for the author/owner of a document or an article?

किसी दस्तावेज़ या लेख के लेखक/स्वामी के लिए संपर्क जानकारी को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <contact>

b) <addr>

c) <address>

d) <authorinfo>

Also Read: HTML Questions and Answers pdf in Hindi and English

51. Which HTML tag is used to define a hyperlink?

हाइपरलिंक को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <hyperlink>

b) <h>

c) <a>

d) Both a) and b)

 

52. Which is the correct syntax of <a> tag?

<a> टैग का सही सिंटैक्स कौन सा है?

a) <a href=”url”>link text</a>

b) <a link=”url”>link text</a>

c) <a src=”url”>link text</a>

d) <a srclink=”url”>link text</a>

 

53. Which attribute specifies where to open the linked document?

कौन सी विशेषता निर्दिष्ट करती है कि लिंक किए गए दस्तावेज़ को कहाँ खोलना है?

a) src

b) link

c) href

d) target

 

54. Why “href” attribute is used with <a> tag?

<a> टैग के साथ “href” विशेषता का उपयोग क्यों किया जाता है?

a) To define title text

b) To define destination URL

c) To define reference of a document

d) All of the above

 

55. Which tag is used to embed an image in an HTML document?

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

a) <image>

b) <pic>

c) <img>

d) <picture>

 

56. What is the correct syntax of <img> tag?

<img> टैग का सही सिंटैक्स क्या है?

a) <img src=”url” alt=”alternatetext” />

b) <img src=”url” alt=”alternatetext”>

c) <img src=”url”>

d) All of the above

 

57. Which attribute specifies an alternate text for the image?

कौन सी विशेषता इमेज के लिए वैकल्पिक टेक्स्ट निर्दिष्ट करती है?

a) alt

b) alttext

c) alternate

d) All of the above

 

58. Which attribute specifies the path to the image?

कौन सी विशेषता image के path को निर्दिष्ट करती है?

a) src

b) link

c) href

d) All of the above

 

59. Which HTML tag is used to define a table?

टेबल को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?

a) <table>

b) <tr>

c) <tables>

d) <th>

 

60. Each table row is defined by a ____ tag.

प्रत्येक तालिका पंक्ति को ____ टैग द्वारा परिभाषित किया जाता है।

a) <th> … </th>

b) <tr> … </tr>

c) <cell> … </cell>

d) <td> … </td>

 

HTML Interview questions and answers in Hindi

61. Each table cell is defined by a ____ tag.

प्रत्येक टेबल सेल को ____ टैग द्वारा परिभाषित किया जाता है।

a) <th> … </th>

b) <tr> … </tr>

c) <cell> … </cell>

d) <td> … </td>

 

62. Each table header is defined by a ____ tag.

प्रत्येक टेबल हेडर को ____ टैग द्वारा परिभाषित किया जाता है।

a) <cell> … </cell>

b) <td> … </td>

c) <th> … </th>

d) <tr> … </tr>

 

63. Which tag is used to define unordered listing?

Unordered listing को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?

a) <list> … </list>

b) <ul> … </ul>

c) <ol> … </ol>

d) <li> … </li>

 

64. Which tag is used to define ordered listing?

ऑर्डर की गई लिस्टिंग को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?

a) <ol> … </ol>

b) <li> … </li>

c) <list> … </list>

d) <ul> … </ul>

 

65. Which tag is used to define list items?

लिस्ट आइटम्स को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?

a) <ol> … </ol>

b) <list> … </list>

c) <ul> … </ul>

d) <li> … </li>

 

66. Which tag is a block-level element?

कौन सा टैग एक ब्लॉक-स्तरीय तत्व है?

a) <block> … </block>

b) <divx> … </divx>

c) <div> … </div>

d) <b> … </b>

 

67. Which tag is used to define description lists?

विवरण सूचियों को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?

a) <dl> … </dl>

b) <check> … </check>

c) <dlist> … </dlist>

d) <dd> … </dd>

 

68. Which attribute is used to specify a unique id for an HTML element?

HTML तत्व के लिए एक विशिष्ट आईडी निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है?

a) style

b) class

c) id

d) css

 

69. Which attribute is often used to point to a class name in a style sheet?

स्टाइल शीट में क्लास के नाम को इंगित करने के लिए अक्सर किस विशेषता का उपयोग किया जाता है?

a) src

b) css

c) style

d) class

 

70. Which tag specifies an inline frame?

कौन सा टैग इनलाइन फ्रेम को निर्दिष्ट करता है?

a) <inlineframe>

b) <iframe>

c) <frame>

d) <frames>

 

HTML Interview questions and answers in Hindi

71. What is the correct syntax for <iframe> tag?

<iframe> टैग के लिए सही सिंटैक्स क्या है?

a) <iframe src=”url” title=”description”></iframe>

b) <iframe link=”url” title=”description”></iframe>

c) <iframe href=”url” title=”description”></iframe>

d) All of the above

 

72. Which tag is used to create an HTML form for user input?

उपयोगकर्ता इनपुट के लिए HTML फॉर्म बनाने के लिए किस टैग का उपयोग किया जाता है?

a) <form_put>

b) <input>

c) <form>

d) <form_get>

 

73. Which tag is used to display a single-line text input field?

सिंगल-लाइन टेक्स्ट इनपुट फ़ील्ड को प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है?

a) <input type=”text”>

b) <input type=”checkbox”>

c) <input type=”textbox”>

d) <input type=”submit”>

 

74. Which tag is used to display a checkbox?

चेकबॉक्स प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है?

a) <input type=”text”>

b) <input type=”checkbox”>

c) <input type=”textbox”>

d) <input type=”radio”>

 

75. Which tag is used to display a radio button?

रेडियो बटन को प्रदर्शित करने के लिए किस टैग का प्रयोग किया जाता है?

a) <input type=”text”>

b) <input type=”checkbox”>

c) <input type=”textbox”>

d) <input type=”radio”>

 

76. Which tag is used to display a clickable button?

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

a) <input type=”text”>

b) <input type=”checkbox”>

c) <input type=”submit”>

d) <input type=”button”>

 

77. Which tag is used to display a submit button?

सबमिट बटन को प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है?

a) <input type=”submit”>

b) <input type=”radio”>

c) <input type=”text”>

d) <input type=”checkbox”>

 

78. Which input type reset defines a reset button that will reset all form values to their default values?

कौन सा इनपुट प्रकार रीसेट बटन को परिभाषित करता है जो सभी फॉर्म मानों को उनके डिफ़ॉल्ट मानों पर रीसेट कर देगा?

a) clear

b) refresh

c) reset

d) clear:both

 

79. To create HTML page, you need _____.

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

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

 

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

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

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

 

So friends I hope you enjoy this article related to HTML Interview Questions and Answers in Hindi English, HTML Interview Questions for Freshers, HTML Questions and Answers pdf in Hindi, HTML multiple choice question and answer, HTML objective question answer in hindi, HTML mcq question and answer, HTML question and answer pdf

HTML Questions and Answers pdf in Hindi

 File Name  HTML Interview Questions and Answers in Hindi English
 File Size  742 KB
 No of Pages  18
 Language  Hindi and English
 Download  Click Here

 

Related Searches: Basic HTML question and answer, HTML question answer mcq, Computer HTML question and answer, HTML multiple question answer, HTML objective question and answer, HTML question bank with answer, HTML question and answer multiple choice,

HTML question answer exam, HTML ke question answer, HTML question answer notes pdf, HTML quiz question and answer, HTML question and answer in hindi, MCQ question answer of HTML, Question and answer for HTML, Question answer in HTML

Leave a Reply

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