HTML Interview Questions and Answers pdf download, HTML MCQ Questions and Answers pdf

HTML Interview Questions and Answers pdf download

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

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

HTML MCQ Questions and Answers pdf

HTML Interview Questions and Answers pdf download
HTML Interview Questions and Answers pdf download

1. HTML is a subset of ______.

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

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

 

2. To create HTML page, you need _____.

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

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

 

3. ALL HTML tags are enclosed in what?

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

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

 

4. <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

 

5. The BODY tag is usually used after ______.

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

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

 

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

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

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

 

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

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

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

 

8. 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

 

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

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

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

 

10. 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 MCQ Questions and Answers pdf

11. WYSIWYG stands for _______.

WYSIWYG का मतलब _______ है।

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

 

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

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

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

 

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

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

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

 

14. 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 the above

 

15. Which program do you need to write HTML?

HTML लिखने के लिए आपको किस प्रोग्राम की आवश्यकता है?

a) HTML Development suite 4
b) Any text editor
c) A graphics program
d) All of the above

 

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

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

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

 

17. 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 the above

 

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

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

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

 

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

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

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

 

20. All normal webpages consists of ______.

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

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

HTML Interview Questions and Answers pdf download

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

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

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

 

22. <! Is a______.

<! एक है ______।

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

 

23. To create a bulleted list, use _____.

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

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

 

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

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

a) <h1>
b) <h2>
c) <h4>
d) <h6>

 

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. The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.

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

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

 

27. 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 the above

 

28. The <BASE> tag is designed to appear only between _______.

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

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

 

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

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

a) purple, green and blue
b) white, black and gray
c) white, blue and gray
d) None of the above

 

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

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

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

HTML MCQ Questions and Answers pdf

31. HTML tags are recognized by ____.

HTML टैग्स को ____ द्वारा पहचाना जाता है।

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

 

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

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

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

 

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

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

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

 

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

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

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

 

35. Which tag will add rows to your tables?

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

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

 

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

Gif और jpg किस चीज के दो मुख्य प्रकार हैं?

a) images
b) videos
c) animated effects
d) None of these

 

37. Which of the following is underline tag?

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

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

 

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

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

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

 

39. 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 the above

 

40. To start a list using circles, use _______.

Circles का उपयोग करके सूची प्रारंभ करने के लिए, _______ का उपयोग करें।

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

HTML Interview Questions and Answers pdf download

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

<छोटा> और <बड़ा> टैग किस तरह से खास हैं?

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 insert images into your web page?

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

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

 

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

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

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

 

44. 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”>

 

45. The special formatting tag is ______.

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

a) <P>

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

 

46. 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

 

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) 4 headings in most HTML page
b) 5 headings in most HTML page
c) 6 headings in most HTML page
d) 7 headings in most HTML page

 

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

आप एक सूची कैसे बना सकते हैं, जो वस्तुओं को गोलियों से सूचीबद्ध करती है?

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

 

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

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

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

Also Read: HTML MCQ Questions and Answers pdf in Hindi

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 the above

 

52. Imagelink can show a text label if you add property.

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

a) Alt
b) Str
c) Alternative
d) All of the above

 

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

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

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

 

54. Which format usually works best for photos?

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

a) GIF
b) HTML
c) JPG
d) All of the above

 

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

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

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

 

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

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

a) colspan=n
b) rowspan=n
c) Both (A) and (B)
d) None of the above

 

57. Which tag can add colspan=n?

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

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

 

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

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

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

 

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

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

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

 

60. 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 streteched
d) None of the above

HTML MCQ Questions and Answers pdf

61. The <i> tag makes text….?

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

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

 

62. The HTML tags are all ________.

HTML टैग्स सभी ________ होते हैं।

a) Case sensitive
b) In upper case
c) In lower case
d) Not case sensitive

 

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 the above

 

64. Which tag tells where a link starts?

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

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

 

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

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

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

 

66. Which the correct e-mail link?

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

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

 

67. The MIME text file is saved with _______.

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

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

 

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

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

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

 

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

HTML में फॉन्ट के प्रकार को चुनने के लिए प्रयुक्त एट्रिब्यूट है?

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

 

70. To start a list at the count of 3, use _______.

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

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

HTML Interview Questions and Answers pdf download

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

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

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

 

72. To change the size of an image in HTML, use _______.

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

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

 

73. What does vlink mean?

vlink का मतलब क्या होता है?

a) Visible link
b) Active link
c) Visited link
d) None of these

 

74. The tag for the table rows is ________.

तालिका की पंक्तियों के लिए टैग ________ है।

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

 

75. Who is making the Web standards?

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

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

 

76. The paragraphs are break using ________.

पैराग्राफ ________ का उपयोग कर तोड़ रहे हैं।

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

 

77. 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 the above

 

78. 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

 

79. All HTML documents will be basically _______.

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

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

 

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

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

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

HTML MCQ Questions and Answers pdf

81. Which of these is not valid HTML?

इनमें से कौन सा वैलिड HTML नहीं है?

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

 

82. 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 the above

 

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

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

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

 

84. The tag for the table data is _______.

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

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

 

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

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

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

 

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

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

a) Image mapping
b) Multiple mapping
c) Image linking
d) None of the above

 

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

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

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

 

88. The attribute used to create the actual section within the current HTML document is _______.

वर्तमान HTML दस्तावेज़ के भीतर वास्तविक खंड बनाने के लिए प्रयुक्त विशेषता _______ है।

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

 

89. 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 the above

 

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

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

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

HTML Interview Questions and Answers pdf download

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

आप HTML में <शीर्षक> टैग कहाँ लगाते हैं?

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

 

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

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

a) Never
b) Always
c) Unless border is set to zero
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 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

 

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

आपके द्वारा बनाए गए प्रत्येक HTML पेज के लिए आवश्यक टैग्स ______।

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

 

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

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

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

 

97. The tag for title text for rows and columns is _______.

रो और कॉलम के टाइटल टेक्स्ट के लिए टैग _______ है।

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

 

98. 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”>

 

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

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

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

 

100. The format of the <BASE> tag is ______.

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

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

HTML MCQ Questions and Answers pdf

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

HREF पाठ की शुरुआत में प्रयुक्त प्रतीक _______ है।

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

 

102. 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 these

 

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

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

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

 

104. The default value of BORDER attribute is _______.

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

a) 1 pixel
b) 2 pixel
c) 3 pixel
d) None of these

 

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

पृष्ठभूमि रंग जोड़ने के लिए सही HTML क्या है?

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

 

106. The most basic element of any HTML page is ________.

किसी भी HTML पेज का सबसे बुनियादी तत्व ________ है।

a) BCD text
b) text
c) ASCII text
d) None of these

 

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

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

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

 

108. To separate single list, use _______.

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

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

 

109. Which of the following is italic tag _______.

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

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

 

110. HTML is simple than _______.

HTML _______ से सरल है।

a) STML
b) CTML
c) SGML
d) None of these

HTML Interview Questions and Answers pdf download

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

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

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

 

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

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

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

 

113. Text within <strong> tag is displayed as ________.

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

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

 

114. Which tag create a check box for a form in HTML?

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

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

 

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

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

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

 

So friends I hope you enjoy this article related to HTML Interview Questions and Answers pdf download, html questions and answers pdf in hindi, html question and answer in hindi, html multiple choice question and answer, html objective question answer in hindi, html question and answer pdf, html mcq question and answer, question and answer for html

HTML Interview Questions and Answers pdf download

File Name HTML Interview Questions and Answers pdf download
File Size 672 KB
No. of Pages 16
Language Hindi and English
Download Click Here

Related Searches: Basic HTML question and answer, HTML question answer exam, computer html question and answer, html question answer mcq, html ke question answer, html question answer notes pdf, html multiple question answer, HTML Interview Questions and Answers pdf download

HTML question bank with answer, html objective question and answer, mcq question answer of html, html question and answer multiple choice, html quiz question and answer, question answer in html

Leave a Reply

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