HTML Basics
मौलिक HTML ब्लॉक को ___________ के रूप में जाना जाता है।
Fundamental HTML Block is known as ___________.
दो वेरिएबल्स (नाम और उम्र) को इनिशियलाइज़ करने के लिए <div> एलिमेंट के साथ एक स्टेटमेंट लिखें?
Write a statement with <div> element to initialize two variables (name and age)?
आंतरिक शैलियाँ _____ तत्व के भीतर लिखी जाती हैं।
Internal styles are written within the _____ element.
Ctrl + Shift + F उदात्त पाठ संपादक में _______________ के लिए शॉर्टकट कुंजी है
ctrl + shift + f is the shortcut key for _______________ in sublime text editor
निम्नलिखित में से कौन सा ब्लॉक तत्व का उदाहरण नहीं है?
Which of the following is not example of block element?
______HTML टैग एक ब्रेक बनाता है।
______HTML tag creates a break.
तालिका के प्रत्येक कक्ष को __________ का उपयोग करके दर्शाया जा सकता है
Each cell of the table can be represented by using __________
HTML फॉर्म में ईमेल इनपुट के लिए फ़ील्ड प्रदर्शित करने के लिए, इनपुट टैग में ______विशेषता का उपयोग किया जाता है।
To display a field for email input in HTML form, ______attribute is used in the input tag.
क्या हम बाएँ और दाएँ मार्जिन सेट करके ब्लॉक तत्व को संरेखित कर सकते हैं?
Can we align a Block element by setting the left and right margins ?
HTML की सहायता से हम वेब पेज को डिज़ाइन कर सकते हैं।
With the help of HTML we can design the web page.
________ HTML नियंत्रणों के मान को एप्लिकेशन डेटा से जोड़ता है।
________ binds the value of HTML controls to application data.
तालिका में कैप्शन जोड़ने के लिए हम ____________ का उपयोग करते हैं
For adding caption to the table we use ____________
HTML5 में doctype का सही सिंटैक्स क्या है?
What is the correct syntax of doctype in HTML5?
ड्रॉप-डाउन चयन सूची में विकल्पों को परिभाषित करने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
Which of the following tag is used to define options in a drop-down selection list?
HTML दस्तावेज़ के लिए डिफ़ॉल्ट एक्सटेंशन क्या है?
What is Default extension for a HTML document?
HTML में चेकबॉक्स कैसे बनाएं?
How to create a checkbox in HTML?
जल का रासायनिक सूत्र लिखने के लिए किस टैग का प्रयोग किया जाएगा?
For writing chemical formula of water which tag will be used?
कौन सा टैग इनलाइन फ़्रेम निर्दिष्ट करता है?
tag specifies an inline frame?
HTML में सबसे बड़ा शीर्षक डालने के लिए निम्न में से किस टैग का उपयोग किया जाता है?
Which of the following tag is used for inserting the largest heading in HTML?
ऋणात्मक मान को धनात्मक मान में बदलने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
Which function is used to convert the negative value into positive value?
वर्तमान दिनांक प्राप्त करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
To get the current date which function is used ?
आंतरिक स्टाइल शीट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
Which HTML tag is used to define an internal style sheet?
डेटा और डेटाटाइप की तुलना के लिए किस ऑपरेटर का उपयोग किया जाता है?
Which operator is used for compare data and datatype ?
शब्द "दस्तावेज़" मुख्य रूप से ______________ को संदर्भित करता है
The word “document” mainly refers to ______________
__________ का उपयोग किसी नई शर्त को निर्दिष्ट करने के लिए किया जाता है ताकि यह जांचा जा सके कि पहली शर्त गलत है या नहीं।
__________ is used to specify a new condition to test if the first condition is false.
दो चरों के बीच प्रकार और सामग्री की समानता खोजने के लिए किस तुलना ऑपरेटर का उपयोग किया जाता है?
Which comparison operator is used to find equality of type as well as content between two variables ?
स्विच ब्लॉक को बाहर लाने के लिए किस कथन का उपयोग किया जाता है?
Which statement is used to come out switch block ?
निम्नलिखित में से किस टैग का उपयोग वेबपेज में ग्राफिक्स डालने के लिए किया जाता है
Which one of the following tags is used to insert graphics in the webpage
निर्दिष्ट ऑब्जेक्ट से फोकस हटाने के लिए विधि का उपयोग किया जाता है।
method is used to remove focus from the specified object.
मान को किसी संख्या में परिवर्तित करते समय, यदि यह सार्थक रूपांतरण नहीं कर पाता है तो परिणाम …….. मान होगा।
While converting the value to a number, if it cannot perform a meaningful conversion will result ……….. value.
आप अलर्ट बॉक्स में "हैलो वर्ल्ड" कैसे लिखते हैं?
How do you write "Hello World" in an alert box ?
___ का अर्थ है वर्तमान फ़ॉन्ट का 4 गुना आकार।
___ means 4 times the size of the current font.
यदि आपको लगता है कि वेरिएबल का मान बदल सकता है तो कौन सा कीवर्ड उपयोग किया जाता है?
If you think the value of the variable can change then which keyword is used ?
निम्नलिखित में से किस प्रकार का वेरिएबल केवल उस फ़ंक्शन के भीतर दिखाई देता है जहां इसे परिभाषित किया गया है?
Which of the following type of variable is visible only within a function where it is defined ?
*मेरा क्लासनाम { विशेषताएँ यहाँ } कोड की उपरोक्त पंक्ति में * दर्शाता है:
*my classname { attributes here } In the above line of code * represents:
स्ट्रिंग को ऐरे में बदलने के लिए हम ______________ विधि का उपयोग कर सकते हैं।
For converting string to array we can use ______________ method.
ज़ोरदार टेक्स्ट को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
Which HTML tag is used to define emphasized text?
दस्तावेज़ ऑब्जेक्ट मॉडल दर्शाता है:
Document Object Model represents :
नीचे वह आइटम चुनें जो html5 तत्व नहीं है।
Choose the item below that is not an html5 element.
___________ संपत्ति निर्दिष्ट करती है कि कोई तत्व प्रदर्शित होता है या नहीं।
The ___________ property specifies if/how an element is displayed.
संख्या वर्ग द्वारा परिभाषित ……………… विधि एक वैकल्पिक तर्क स्वीकार करती है जो रूपांतरण के लिए मूलांक या आधार निर्दिष्ट करती है।
The ……………… method defined by the number class accepts an optional argument that specifies a radix, or base for the conversion.
The MIME text file is saved with MIME पाठ फ़ाइल के साथ सहेजा गया है
The MIME text file is saved with
निम्नलिखित ऑपरेटर ">>>" दर्शाता है:
The following operator “>>>” represents :
निम्नलिखित में से किस चयनकर्ता का उपयोग उन तत्वों का चयन करने के लिए किया जाता है जिनका विशेषता मान एक निर्दिष्ट मान के साथ समाप्त होता है।
Which of the following selector is used to select elements whose attribute value ends with a specified value.
निम्नलिखित में से कौन सा "कॉपीराइट" प्रतीक के लिए एक सही वर्ण इकाई है?
Which of the following is a correct character entity for “Copyright” symbol?
HTML में शीर्षक आकारों की संख्या
The number of heading sizes in HTML
किसी तालिका में डेटा के हेडर सेल को परिभाषित करता है। डिफ़ॉल्ट रूप से, केन्द्रित और बोल्ड किया हुआ। एक
Defines a header cell of data in a table. By default, centered and bolded. Contained within a <tr> element.
HTML टैग तत्व जहां आपको मेटा डेटा, शीर्षक और स्टाइल कोड मिलेगा।
The html tag element where you will find meta data, title, and style code.