HTML Basics

Question: 1 Report Error

HTML वेब सामग्री का वर्णन करने के लिए एक प्रोटोकॉल है।

HTML is a protocol for describing web content.

A)
B)
C)
D)

Question: 2 Report Error

HTML एक ……….भाषा है।

HTML is a ……….language.

A)
B)
C)
D)

Question: 3 Report Error

कौन सा तत्व preformatted text का प्रतिनिधित्व करता है?

Which element represents preformatted text?

A)
B)
C)
D)

Question: 4 Report Error

सबसे छोटे आकार के Heading के लिए सही HTML टैग चुनें

Choose the right HTML tag for the smallest heading size

A)
B)
C)
D)

Question: 5 Report Error

सबसे बड़ी heading के लिए सही HTML टैग चुने

Choose the right HTML tag for the largest heading

A)
B)
C)
D)

Question: 6 Report Error

Drop-down selection list में options को define करने के लिए निम्न में से किस टैग का उपयोग किया जाता है?

Which of the following tags is used to define options in a drop-down selection list?

A)
B)
C)
D)

Question: 7 Report Error

किसी भी html document में अंतिम टैग क्या होना चाहिए?

What should be the last tag in any html document?

A)
B)
C)
D)

Question: 8 Report Error

HTML document में link जोड़ने के लिए उपयोग किया जाने वाला टैग है

The tag used to add link in HTML document is

A)
B)
C)
D)

Question: 9 Report Error

body में background में color के लिए किस attribute का उपयोग किया जाता है?

Which attribute is used for background color in body?

A)
B)
C)
D)

Question: 10 Report Error

HTML टैग्स केस सेंसिटिव होते हैं

HTML tags are case sensitive

A)
B)
C)
D)

Question: 11 Report Error

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

Tags and text that are not displayed directly on the page are written in the _____ section.

A)
B)
C)
D)

Question: 12 Report Error

<I> टैग के अलावा, अन्य कौन सा टैग टेक्स्ट को इटैलिक बनाता है?

Besides <I> tags, what other tag makes text italic?

A)
B)
C)
D)

Question: 13 Report Error

HTML को सबसे पहले किस वर्ष में प्रस्तावित किया गया था?

In which year was HTML first proposed?

A)
B)
C)
D)

Question: 14 Report Error

निम्न में से कौन सा <form> टैग का attribute नहीं है

Which of the following <form> Tag does not have an attribute

A)
B)
C)
D)

Question: 15 Report Error

HTML एक स्क्रिप्टिंग भाषा के समान है।

HTML is similar to a scripting language.

A)
B)
C)
D)

Question: 16 Report Error

HTML एक वेब ऑथरिंग टूल(web authoring tool) है।

HTML is a web authoring tool.

A)
B)
C)
D)

Question: 17 Report Error

<main> में क्या शामिल है?

What is included in <main>?

A)
B)
C)
D)

Question: 18 Report Error

Block elements सामान्य रूप से एक नई लाइन शुरू किए बिना प्रदर्शित होते हैं।

Block elements display normally without starting a new line.

A)
B)
C)
D)

Question: 19 Report Error

HTML5 से पहले कौन-सा फीचर पेश किया गया था?

Which feature was introduced before HTML5?

A)
B)
C)
D)

Question: 20 Report Error

HTML tag for the smallest size heading <H1>.

A)
B)
C)
D)

Question: 21 Report Error

HTML पेज को पढ़ने और उसे render करने के लिए निम्न मे से किसका उपयोग किया जाता है|

Which of the following is used to read and render an HTML page?

A)
B)
C)
D)

Question: 22 Report Error

एक बार Email भेजे जाने के बाद,संदेश ............ नामक टुकड़ों मे टूट जाता है|

Once an email is sent, the message is broken into pieces called………….

A)
B)
C)
D)

Question: 23 Report Error

..............विशेषता प्रत्येक सेलके भीतर स्थान जोड़ती है

...............attribute adds space within each cell

A)
B)
C)
D)

Question: 24 Report Error

एक external style sheet को संदर्भित करने के लिए HTML दस्तावेज़ मे सही जगह कहाँ है ?

Where is the correct place in an HTML document to reference an external style sheet?

A)
B)
C)
D)

Question: 25 Report Error

सबसे बड़े शीर्षक के लिए सही HTML element चुने |

Choose the right HTML element for the largest title.

A)
B)
C)
D)

Question: 26 Report Error

निम्नलिखित में से कौन-सा सिलेक्टर ID attribute set के साथ किसी भी tag जा चयन करता हैं?

Which of the following selectors selects any tag with ID attribute set?

A)
B)
C)
D)

Question: 27 Report Error

हम बिना किसी plugin के सीधे HTML 5 में SVG tags का उपयोग कर सकते हैं |

We can use SVG tags directly in HTML 5 without any plugin.

A)
B)
C)
D)

Question: 28 Report Error

HTML 5 में छह नए semantic गुण आरम्भा किए गए |

Six new semantic properties were introduced in HTML 5.

A)
B)
C)
D)

Question: 29 Report Error

<TABLE> tag के अंदर first tag _______ है ?

The first tag inside <TABLE> tag is _______?

A)
B)
C)
D)

Question: 30 Report Error

Text के ऊपर line देने का सही syntax है -

The correct syntax to put a line above the text is -

A)
B)
C)
D)

Question: 31 Report Error

HTML केवल language के भीतर परिभाषित tags का उपयोग कर सकता है।

HTML can only use tags defined within the language.

A)
B)
C)
D)

Question: 32 Report Error

HTML में, empty tags वे tags होते हैं जिन्हें पूरा करने के लिए closing tag की आवश्यकता नहीं होती है।

In HTML, empty tags are tags that do not require a closing tag to complete.

A)
B)
C)
D)

Question: 33 Report Error

font-family property का उपयोग HTML में text font बदलने के लिए किया जाता है।

The font-family property is used to change the text font in HTML.

A)
B)
C)
D)

Question: 34 Report Error

सभी सामान्य webpages में Body और frameset होते हैं।

All normal webpages have a body and a frameset.

A)
B)
C)
D)

Question: 35 Report Error

HTML5 में highlighted text प्राप्त करने के लिए किस तत्व का उपयोग किया जाता है?

Which element is used to get highlighted text in HTML5?

A)
B)
C)
D)

Question: 36 Report Error

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

Which HTML tag is used to show deleted text?

A)
B)
C)
D)

Question: 37 Report Error

HTML में numbered list बनाने के लिए किस Tag का उपयोग किया जाता है?

Which tag is used to create a numbered list in HTML?

A)
B)
C)
D)

Question: 38 Report Error

HTML फाइल को सेव करने के लिए निम्न में से किस extension का उपयोग किया जाता है?

Which of the following extensions is used to save HTML file?

A)
B)
C)
D)

Question: 39 Report Error

HTML में blank line बनाने के लिए किस tag का प्रयोग किया जाता है?

Which tag is used to create a blank line in HTML?

A)
B)
C)
D)

Question: 40 Report Error

कौन-सा <b> tag के समान कार्य करता है?

Which works similar to <b> tag?

A)
B)
C)
D)

Question: 41 Report Error

YouTube वीडियो के लिए किस HTML tag का उपयोग किया जाता है?

Which HTML tag is used for YouTube videos?

A)
B)
C)
D)

Question: 42 Report Error

निम्नलिखित में से कौन HTML5 में नया जोड़ा गया tag नहीं है?

Which of the following is not a newly added tag in HTML5?

A)
B)
C)
D)

Question: 43 Report Error

date/time content को display करने के लिए निम्न में से किस विशेषता का उपयोग किया जाता है?

Which of the following attributes is used to display date/time content?

A)
B)
C)
D)

Question: 44 Report Error

निम्न में से कौन सी attributes image file का नाम specifies करती है?

Which of the following attributes specifies the name of an image file?

A)
B)
C)
D)

Question: 45 Report Error

HTML हमें headings के ___ levels का उपयोग करने की अनुमति देता है।

HTML allows us to use ___ levels of headings.

A)
B)
C)
D)

Question: 46 Report Error

Meta tag की attribute कौन सी है?

What is the attribute of Meta tag?

A)
B)
C)
D)

Question: 47 Report Error

HTML metadata के किस भाग में contained है?

What part of HTML metadata is contained?

A)
B)
C)
D)

Question: 48 Report Error

HTML में, एक New window tab में खुलने वाले लिंक को बनाने के लिए किस attribute का उपयोग किया जाता है?

In HTML, which attribute is used to make a link open in a new window tab?

A)
B)
C)
D)

Question: 49 Report Error

HTML टेबल में टेबल डेटा या सेल द्वारा परिभाषित किया जाता है

Table data or cells in HTML tables are defined by

A)
B)
C)
D)

Question: 50 Report Error

HTML page को read और उसे render करने के लिए निम्न में से किसका उपयोग किया जाता है?

Which of the following is used to read and render an HTML page?

A)
B)
C)
D)

Latest Updates