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

HTML Basics

Question: 151 Report Error

निम्नलिखित में से कौन सा "कॉपीराइट" प्रतीक के लिए एक सही वर्ण इकाई है?

Which of the following is a correct character entity for “Copyright” symbol?

A)
B)
C)
D)

Question: 152 Report Error

HTML में शीर्षक आकारों की संख्या

The number of heading sizes in HTML

A)
B)
C)
D)

Question: 153 Report Error

किसी तालिका में डेटा के हेडर सेल को परिभाषित करता है। डिफ़ॉल्ट रूप से, केन्द्रित और बोल्ड किया हुआ। एक तत्व के भीतर समाहित।

Defines a header cell of data in a table. By default, centered and bolded. Contained within a <tr> element.

A)
B)
C)
D)

Question: 154 Report Error

HTML टैग तत्व जहां आपको मेटा डेटा, शीर्षक और स्टाइल कोड मिलेगा।

The html tag element where you will find meta data, title, and style code.

A)
B)
C)
D)

Question: 155 Report Error

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

Defined words used in an HTML tag to modify the tag properties. They can be used to add or change color or change a size in some element. They are enclosed in " ".

A)
B)
C)
D)

Question: 156 Report Error

………………. दशमलव बिंदु के बाद अंकों की एक निर्दिष्ट संख्या के साथ एक संख्या को एक स्ट्रिंग में परिवर्तित करता है।

………………. converts a number to a string with a specified number of digits after the decimal point.

A)
B)
C)
D)

Question: 157 Report Error

ParseInt() और parseFloat() का उपयोग करते समय, यदि पहला नॉनस्पेस वर्ण वैध संख्यात्मक शाब्दिक का हिस्सा नहीं है, तो वे ………… वापस आते हैं।

While using parseInt( ) and parseFloat( ), if the first nonspace character is not a part of a valid numeric literal, they return ………….

A)
B)
C)
D)

Question: 158 Report Error

प्रोग्राम का आउटपुट दीजिए

Give the output of the program

<html>
 <body>
 <script>
 var number=50;//global variable
 function a(){
 alert(number);
 }
 function b(){
 alert(number);
 }
 a();
 </script>
 </body>
 </html>
A)
B)
C)
D)

Question: 159 Report Error

निम्नलिखित में से किसे त्रुटि नहीं माना जाता है:

Which one of the following is not considered as an error :

A)
B)
C)
D)

Question: 160 Report Error

__________ एक सामान्य इनलाइन तत्व है जो कोई आत्मसमर्पित स्वरूप पर लागू नहीं करता है।

_________ is a generic inline element that applies no inherent formatting.

A)
B)
C)
D)

Question: 161 Report Error

वर्तमान HTML दस्तावेज़ में बाहरी JavaScript फ़ाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?

Which is the correct syntax to call an external JavaScript file in the current HTML document ?

A)
B)
C)
D)

Question: 162 Report Error

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

Which of the following property is used to align the text in a table?

A)
B)
C)
D)

Question: 163 Report Error

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

What type of value gets printed if we add the following two variables ?

var a = "10";
var b = 50;
A)
B)
C)
D)

Question: 164 Report Error

दो तारों को जोड़ने के लिए किस विधि का उपयोग किया जाएगा?

Which method is will be used to join two strings ?

A)
B)
C)
D)

Question: 165 Report Error

HTML कितने विभिन्न शीर्षक तत्वों का समर्थन करता है?

How many different heading elements are supported by HTML ?

A)
B)
C)
D)

Question: 166 Report Error

………… घटना तब होती है जब उपयोगकर्ता HTML तत्व पर क्लिक करता है।

The ………… event occurs when the user clicks on an HTML element.

A)
B)
C)
D)

Question: 167 Report Error

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

Which tag is used to make a text italic format ?

A)
B)
C)
D)

Question: 168 Report Error

सेल पैडिंग क्या है?

What is cell padding?

A)
B)
C)
D)

Question: 169 Report Error

निम्नलिखित में से कौन सा पथ HTML द्वारा समर्थित है?

Which of the following path is supported by HTML?

A)
B)
C)
D)

Question: 170 Report Error

निम्नलिखित में से कौन सा HTML टैग विशेष फ़ॉर्मेटिंग टैग है?

Which of the following HTML tag is the special formatting tag?

A)
B)
C)
D)

Question: 171 Report Error

__________ प्रॉपर्टी से एक तत्व में पाठ की पहली पंक्ति को इंडेंट करने की अनुमति है।

The __________ property allows to indent the first line of text in an element.

A)
B)
C)
D)

Question: 172 Report Error

XHTML एक HTML संयोजन है...

XHTML is a HTML Combination with .....

A)
B)
C)
D)

Question: 173 Report Error

HTML में एक नए पेज में खुलने वाले लिंक को कैसे परिभाषित करें?

How to define a link that should open in a new page in HTML?

A)
B)
C)
D)

Question: 174 Report Error

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

Which tag is used to give order list in HTML ?

A)
B)
C)
D)

Question: 175 Report Error

टैग में ऑल्ट वैल्यू का क्या उपयोग है?

What is the usage of alt value in <img> tag?

A)
B)
C)
D)

Question: 176 Report Error

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

Which of the following HTML attribute is used to define inline styles?

A)
B)
C)
D)

Question: 177 Report Error

DHtML का मतलब __ है

DHtML stands for ________

A)
B)
C)
D)

Question: 178 Report Error

HTML फॉर्म में चेकबॉक्स कैसे बनाएं?

How to create a checkbox in HTML Form?

A)
B)
C)
D)

Question: 179 Report Error

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

HTML was first proposed in year ___.

A)
B)
C)
D)

Question: 180 Report Error

कौन सा निर्देश HTML तत्व को दोहराता है?

Which directive repeats an HTML element?

A)
B)
C)
D)

Question: 181 Report Error

निम्नलिखित में से कौन सा सेट करना सही है काला = पृष्ठ की पृष्ठभूमि के रूप में रंग?

Which of the following is correct to set Black= color as Background of page?

A)
B)
C)
D)

Question: 182 Report Error

टैग का प्रारूप है

The format of the <base> tag is

A)
B)
C)
D)

Question: 183 Report Error

स्पेस और लाइन ब्रेक सहित स्रोत दस्तावेज़ की फ़ॉर्मेटिंग को संरक्षित (preserve) करने के लिए किस टैग का उपयोग किया जाता है

Which tag is used to preserve the formatting of the source document, including spaces and line breaks

A)
B)
C)
D)

Question: 184 Report Error

आदर्श रूप से, आपको HTML दस्तावेज़ में बाहरी स्टाइल शीट (external style sheet) को कहाँ लिंक करना चाहिए?

Ideally, where should you link an external style sheet in an HTML document

A)
B)
C)
D)

Question: 185 Report Error

छवि (image) के लिए वैकल्पिक पाठ (alternate text) प्रदान करने के लिए किस विशेषता (attribute) का उपयोग किया जाता है

Which attribute is used to provide an alternate text for an image

A)
B)
C)
D)

Question: 186 Report Error

कौन सा हेक्साडेसिमल कोड काले रंग का प्रतिनिधित्व करता है

Which hexadecimal code represents the color black

A)
B)
C)
D)

Question: 187 Report Error

ईमेल लिंक के लिए सही सिंटैक्स क्या है

What is the correct syntax for an email link

A)
B)
C)
D)

Question: 188
Verified by Expert

कौन सा एट्रीब्यूट दो या दो से अधिक कॉलम को एक ही कॉलम में मर्ज करता है?

Which attribute merges two or more columns into a single column?

A)
B)
C)
D)
Explanation
The colspan attribute in HTML is used to merge two or more columns into a single column. It is commonly used within or tags to span a cell horizontally, specifying the number of columns it should cover.

Correct Answer: C) colspan


Question: 189 Report Error

कौन सा टैग पृष्ठ पर एक क्षैतिज रेखा (horizontal line) बनाता है

Which tag creates a horizontal line across the page

A)
B)
C)
D)

Question: 190 Report Error

छवि स्रोत (image source) निर्दिष्ट करने के लिए टैग में कौन सी विशेषता अनिवार्य है

Which attribute is mandatory in the <img> tag to specify the image source

A)
B)
C)
D)

Question: 191 Report Error

पृष्ठभूमि का रंग (background color) बदलने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?

Which property is used to change the background color

A)
B)
C)
D)

Question: 192 Report Error

नॉन-ब्रेकिंग स्पेस बनाने के लिए किस एंटिटी (entity) का उपयोग किया जाता है

Which entity is used to create a non-breaking space

A)
B)
C)
D)

Question: 193
Verified by Expert

कौन सा एट्रीब्यूट दो या दो से अधिक पंक्तियों को एक पंक्ति में मर्ज करता है?

Which attribute merges two or more rows into a single row?

A)
B)
C)
D)

Question: 194 Report Error

सही HTML5 Doctype घोषणा क्या है

What is the correct HTML5 Doctype declaration

A)
B)
C)
D)

Question: 195 Report Error

ब्राउज़र विंडो को कई वर्गों में विभाजित करने के लिए किस टैग का उपयोग किया गया था (HTML5 में पदावनत/deprecated

Which tag was used to divide the browser window into multiple sections (deprecated in HTML5

A)
B)
C)
D)

Question: 196 Report Error

टेक्स्ट को बोल्ड (गहरा) बनाने के लिए किस टैग का उपयोग किया जाता है

Which tag is used to make text bold

A)
B)
C)
D)

Question: 197 Report Error

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

Which tag is used to create a hyperlink in HTML

A)
B)
C)
D)

Question: 198 Report Error

जब समूह से केवल एक विकल्प चुना जा सकता है तो किस इनपुट प्रकार का उपयोग किया जाता है

Which input type is used when only one option can be selected from a group

A)
B)
C)
D)

Question: 199 Report Error

सबसे बड़े शीर्षक (heading) के लिए सही HTML टैग कौन सा है

The correct HTML tag for the largest heading is

A)
B)
C)
D)

Question: 200 Report Error

HTML का पूर्ण रूप क्या है

What does HTML stand for

A)
B)
C)
D)

Latest Updates