🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

HTML Basics

Question: 51 Report Error

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

Table data or cells in HTML tables are defined by

A)
B)
C)
D)

Question: 52 Report Error

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

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

A)
B)
C)
D)

Question: 53 Report Error

HTML5 में doctype का सही syntax क्या है?

What is the correct syntax of doctype in HTML5?

A)
B)
C)
D)

Question: 54 Report Error

निम्नलिखित में से कौन सा HTML paragraph tag है?

Which of the following is an HTML paragraph tag?

A)
B)
C)
D)

Question: 55 Report Error

Short quote के लिए किस HTML element का उपयोग किया जाता है?

Which HTML element is used for short quote?

A)
B)
C)
D)

Question: 56
Verified by Expert

सबसे छोटे आकार की heading के लिए सही HTML tag चुने |

Choose the right HTML tag for the smallest heading size

A)
B)
C)
D)

Question: 57 Report Error

HTML पेज पर कौन से tag का उपयोग करके picture display की जाती है|

Using which tag a picture is displayed on an HTML page?

A)
B)
C)
D)

Question: 58 Report Error

Notepad menu bar मे कौन सा item नहीं हैं|

Which item is not in Notepad menu bar

A)
B)
C)
D)

Question: 59
Verified by Expert

Web page शुरू करने के लिए HTML Tags का सही sequence ............... हैं?

The correct sequence of HTML tags to start a web page is………….?

A)
B)
C)
D)

Question: 60 Report Error

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

Which of the following tags is used to add plain color background to a web page?

A)
B)
C)
D)

Question: 61 Report Error

External style Sheet की referring के लिए निम्नलिखित में से कौन सा syntax सही है?

Which of the following syntax is correct for referring to an external style sheet?

A)
B)
C)
D)

Question: 62 Report Error

H1 H2 से बड़े आकार का टेक्स्ट हैं|

H1 is larger text size than H2.

A)
B)
C)
D)

Question: 63 Report Error

टेक्स्ट में पैराग्राफ जोड़ने के लिए “br” element के उपयोग किया जाता हैं|

“br” element is used to add paragraph to the text.

A)
B)
C)
D)

Question: 64
Verified by Expert

HTML का मतलब है

HTML stands for

A)
B)
C)
D)

Question: 65
Verified by Expert

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

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

A)
B)
C)
D)

Question: 66
Verified by Expert

HTML मेटाडेटा के किस भाग में निहित है?

In which part of the HTML metadata is contained?

A)
B)
C)
D)

Question: 67 Report Error

निम्नलिखित में से कौन सा तत्व HTML तालिका लेआउट से संबद्ध नहीं है?

Which of the following is not the element associated with the HTML table layout?

A)
B)
C)
D)

Question: 68 Report Error

HTML5 लेआउट के लिए या स्टाइलिंग के लिए किस तत्व का उपयोग किया जाता है?

Which element is used for or styling HTML5 layout?

A)
B)
C)
D)

Question: 69 Report Error

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

HTML is a subset of

A)
B)
C)
D)

Question: 70
Verified by Expert

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

Which of the following extension is used to save an HTML file?

A)
B)
C)
D)

Question: 71 Report Error

<iframe> के अंतर्गत कौन सी विशेषता आवश्यक नहीं है?

Which attribute is not essential under <iframe>?

A)
B)
C)
D)

Question: 72 Report Error

HTML में, टैग हैं।

In HTML, the tags are .

A)
B)
C)
D)

Question: 73 Report Error

STRONG टैग के भीतर टेक्स्ट_________ के रूप में प्रदर्शित होता है?

Text within STRONG tag is displayed as_________?

A)
B)
C)
D)

Question: 74 Report Error

टीडी टैग का उपयोग __________ के लिए किया जाता है?

TD tag is used for __________?

A)
B)
C)
D)

Question: 75 Report Error

HTML दस्तावेज़ किस टैग जोड़े के साथ प्रारंभ और समाप्त होता है?

HTML document start and end with which tag pairs?

A)
B)
C)
D)

Question: 76 Report Error

________ क्लासेस किसी भी HTML एलिमेंट के लिए बैकग्राउंड कलर सेट करती हैं:

________ classes set the background color for any HTML element:

A)
B)
C)
D)

Question: 77 Report Error

इन कथनों पर विचार करें और सही विकल्प चुनें:

Consider these statements and choose correct Option:

A)
B)
C)
D)

Question: 78 Report Error

पहचानें कि निम्नलिखित कथन सत्य हैं या गलत।

Identify whether the following statements are true or false.

i) The tabindex attribute specifies the tab order of an element in HTML
ii) The accesskey HTML attribute allows web developers to assign certain keyboard shortcuts to web elements.
iii) The “class” attribute of HTML tags is a global attribute.
A)
B)
C)
D)

Question: 79
Verified by Expert

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

A section in HTML that contains generic information about the document.

A)
B)
C)
D)
Explanation
The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag. It contains generic information such as the document title, character set, styles, scripts, and other meta information. This information is not displayed on the web page itself, except for the <title>.

Correct Answer: C) head


Question: 80
Verified by Expert

HTML में H1 से H6 तक जाने पर फ़ॉन्ट पर क्या प्रभाव पड़ता है?

What is effect on font while going from H1 to H6 in HTML?

A)
B)
C)
D)
Explanation
In HTML, headings go from <h1> (largest) to <h6> (smallest), so the font size decreases.

Correct Answer: B) Fonts Are decrease


Question: 81
Verified by Expert

HTML में शीर्षक के _____ स्तर होते हैं

There are _____ level of heading in html

A)
B)
C)
D)

Question: 82 Report Error

HTTP स्टेटस कोड हैं

HTTP status codes are

A)
B)
C)
D)

Question: 83 Report Error

पैराग्राफ की शुरुआत को चिह्नित करने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?

Which of the following tag is used to mark a begnining of paragraph ?

A)
B)
C)
D)

Question: 84 Report Error

टेक्स्ट को अधिक बनाने या लेने के लिए किस तत्व का उपयोग किया जाता है?

Which element is used to 'make or take the text in more than one line?

A)
B)
C)
D)

Question: 85 Report Error

किस विशेषता का उपयोग यह परिभाषित करने के लिए किया जाता है कि टेक्स्ट को अधिकतम कितने अक्षर दिए जा सकते हैं 'या पासवर्ड फ़ील्ड है?

Which attribute is used to define how many maximum letters can be given to text 'or Password is the field?

A)
B)
C)
D)

Question: 86 Report Error

HTML में, टैग हैं।

In HTML, the tags are .

A)
B)
C)
D)

Question: 87 Report Error

वह प्रतीक जो HREF विशेषता को किसी पते या फ़ाइल नाम के बजाय NAME एंकर के नाम के रूप में पहचानता है

The symbol that identities that HREF attribute as the name of a NAME anchor rather than an address or filename is

A)
B)
C)
D)

Question: 88 Report Error

HTML का मतलब है -

HTML stands for -

A)
B)
C)
D)

Question: 89 Report Error

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

Which HTML element is used for abbreviation or acronym

A)
B)
C)
D)

Question: 90 Report Error

TD टैग का प्रयोग किया जाता है

TD tag is used for

A)
B)
C)
D)

Question: 91 Report Error

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

What is the preferred way for adding a background color in HTML?

A)
B)
C)
D)

Question: 92 Report Error

नवीनतम HTML मानक है

The latest HTML standard is

A)
B)
C)
D)

Question: 93 Report Error

लक्ष्य विशेषता के लिए डिफ़ॉल्ट मान पर सेट है

Default value for Target attribute is set to

A)
B)
C)
D)

Question: 94
Verified by Expert

अधिकांश प्रपत्र तत्व का उपयोग करके विशिष्ट तत्वों को नियंत्रित करते हैं।

The Most of the form control elements specific using the element.

A)
B)
C)
D)
Explanation
The <input> element is considered the most important and frequently used form element, capable of being displayed in numerous ways (e.g., text, password, checkbox, radio button) depending on the type attribute.

Correct Answer: B) Input


Question: 95
Verified by Expert

परीक्षण के लिए ________ हमें प्रयोग करना चाहिए

For testing we should use__________.

A)
B)
C)
D)
Explanation
console.log() is the standard tool for debugging and testing because it writes messages directly to the browser console without interrupting the user or altering the page layout.

Correct Answer: B) console.log()


Question: 96 Report Error

हेक्साडेसिमल रंग कोड #ff0000 किस रंग को दर्शाता है?

What color is represented by the hexadecimal color code #ff0000?

A)
B)
C)
D)

Question: 97 Report Error

किसी आकृति के लिए कैप्शन को टैग का उपयोग करके HTML5 में परिभाषित किया जा सकता है

a caption for a figure can be defined in HTML5 by using the tag

A)
B)
C)
D)

Question: 98 Report Error

निम्नलिखित में से कौन सा अतिप्रवाह तत्व के लिए उचित मान है?

Which of the following is an appropriate value for the overflow element?

A)
B)
C)
D)

Question: 99 Report Error

पुल डाउन मेनू के लिए किस टैग का उपयोग किया जाता है?

Which tag is used for puLL down 'Menu?

A)
B)
C)
D)

Question: 100 Report Error

निम्नलिखित में से कौन सा कथन सत्य है?

Which of the following statement is true ?

A)
B)
C)
D)

Latest Updates