CSS
कौन सी CSS प्रॉपर्टी आपको किसी तत्व को छिपाने की अनुमति देती है लेकिन उसका स्थान बनाए रखती है?
Which CSS property allows you to hide an element but keep its space
CSS में ID सेलेक्टर के लिए कौन सा ऑपरेटर उपयोग किया जाता है
Which operator is used in ID selector in CSS
टेक्स्ट को बोल्ड (bold) बनाने के लिए किस प्रॉपर्टी का उपयोग किया जाता है
Which property is used to make the text bold
Position प्रॉपर्टी का डिफ़ॉल्ट मान क्या होता है
What is the default value of the position property
निर्दिष्ट ऑब्जेक्ट से फोकस हटाने के लिए मेथड उपयोग होता है
method is used to remove focus from the specified object
टेक्स्ट-साइज़ को नियंत्रित करने के लिए कौन सी CSS प्रॉपर्टी उपयोग होती है
Which CSS property controls the text-size
आप "demo" आईडी वाले तत्व (element) का चयन कैसे करेंगे
How do you select an element with id "demo
आंतरिक स्टाइल शीट (internal style sheet) को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है
Which HTML tag is used to define an internal style sheet
CSS की कौन सी विशेषता एक साथ कई सूची गुणों को सेट करने में सक्षम बनाती है
Which property of CSS enables to set multiple list properties at once
CSS प्रॉपर्टी को उसके फ़ंक्शन से मिलाएँ
Match the CSS property with its function
List-I (Property) List-II (Function)
A. text-align 1. Defines the space outside the border
B. font-size 2. Defines the space inside the border
C. margin 3. Specifies the horizontal alignment of text
D. padding 4. Sets the size of the text CSS की कौन सी प्रॉपर्टी यह निर्दिष्ट करती है कि टेक्स्ट को किस हद तक बोल्ड किया जाना चाहिए
Which property of CSS specifies the degree to which text should be emboldened
HTML/CSS तत्वों को उनकी परिभाषाओं से मिलाएँ:
Match the HTML/CSS elements with their definitions
List-I (Term) List-II (Definition)
A. <h1> 1. Defines the largest heading on a web page
B. <a> 2. CSS property used to change the page color
C. src 3. Attribute used to specify the path to an image
D. background-color 4. Used to create a hyperlink to another page बॉक्स मॉडल में, कंटेंट और बॉर्डर के बीच का क्षेत्र कौन सा है
In the Box Model, which area is between the content and the border