CSS
Questions No: 1/47

Which of the following selector selects the element that is the target of a referring URI?
निम्नलिखित में से कौन सा सेलेक्टर एलिमेंट को सेलेक्ट करता है जो एक रेफ़रिंग यूआरआई को टारगेट करता है?

Questions No: 2/47

Which of the following CSS selectors are used to specify a group of elements?
निम्नलिखित में से किस सीएसएस चयनकर्ता का उपयोग तत्वों के समूह को निर्दिष्ट करने के लिए किया जाता है?

Questions No: 3/47

The pseudoclass is activated when the user moves the mouse cursor over the specified element.
जब उपयोगकर्ता माउस कर्सर को स्पेसिफाइड एलिमेंट पर ले जाता है तो ___________ सूडोक्लास एक्टिवेट हो जाता है |

Questions No: 4/47

What is the purpose of the CSS property position: relative;?
सीएसएस संपत्ति स्थिति का उद्देश्य क्या है: सापेक्ष;

Questions No: 5/47

Which CSS property is used to make the text bold
टेक्स्ट को बोल्ड करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है

Questions No: 6/47

What does the general sibling selector (~) do
सामान्य सहोदर चयनकर्ता (~) क्या करता है

Questions No: 7/47

Where in an HTML document is the correct place to refer to an external style sheet?
एक एक्सटरनल स्टाइल शीट को संदर्भित करने के लिए HTML दस्तावेज़ में सही जगह कहाँ है?

Questions No: 8/47

What will happen in the following case ?

h1 {color: red text-decoration: underline; font-style: italic;}

Questions No: 9/47

Which attribute specifies a unique alphanumeric identifier to be associated with an element?
कौन सा एट्रिब्यूट किसी एलिमेंट से जुड़े यूनिक अल्फ़ान्यूमेरिक पहचानकर्ता को निर्देशित करता है

Questions No: 10/47

Which of the following attribute is used to provide a unique name to an element?
किसी एलिमेंट को यूनिक नाम प्रदान करने के लिए निम्नलिखित में से किस विशेषता का उपयोग किया जाता है?

Questions No: 11/47

What does the adjacent sibling selector (+) do
निकटवर्ती सहोदर चयनकर्ता (+) क्या करता है

Questions No: 12/47

Which of the following selector select an element if it's the child of its parent ?
निम्न में से कौन सा सेलेक्टर एक एलिमेंट सेलेक्ट करता है यदि उसका चाइल्ड उसके पैरेंट का हो।

Questions No: 13/47

How do you make a list item in an unordered list display without bullets
आप बुलेट के बिना एक अव्यवस्थित सूची डिस्प्ले में एक सूची आइटम कैसे बनाते हैं

Questions No: 14/47

Which of the following selector selects the elements that are currently enabled?
निम्नलिखित में से कौन सा चयनकर्ता उन एलिमेंट का चयन करता है जो वर्तमान में एक्टिव हैं?

Questions No: 15/47

What does the z-index property in CSS control
CSS में z-index प्रॉपर्टी क्या नियंत्रित करती है

Questions No: 16/47

How to apply specific styles to h1 tag only when mouse points to it?
कसी H1 टैग पे माउस ले जाने पे कोई कस प्रोपेरी कैसे लगाएंगे

Questions No: 17/47

What does CSS stands for?
CSS का क्या मतलब है?

Questions No: 18/47

Which selector applies styles to all <p> elements inside a <div> with the class .content
कौन सा चयनकर्ता .content वर्ग के साथ <div> के अंदर सभी <p> तत्वों पर शैलियाँ लागू करता है

Questions No: 19/47

Which is not a advantage of using CSS?
CSS का उपयोग करने का कौन सा लाभ नहीं है?

Questions No: 20/47

If an element have margin values 20px for top, 20px for bottom, 30px for right, 30px for left. Then which of the following is the correct way to set the margin?

Questions No: 21/47

Which CSS property is used to change the text color of an element?
किसी तत्व के टेक्स्ट का रंग बदलने के लिए किस CSS गुण का उपयोग किया जाता है?

Questions No: 22/47

What should be the value of the width attribute, so that the width of the element adjusts itself to the current width of its parent element?
चौड़ाई विशेषता का मान क्या होना चाहिए, ताकि तत्व की चौड़ाई अपने मूल तत्व की वर्तमान चौड़ाई के अनुसार समायोजित हो जाए?

Questions No: 23/47

Which of the following is correct ?
निम्न में से कौन सा सही है ?

Questions No: 24/47

How do you apply styles to all <input> elements that are checked
आप जाँचे गए सभी <इनपुट> तत्वों पर शैलियाँ कैसे लागू करते हैं

Questions No: 25/47

Which CSS property is used to control the order of flex items in the container
कंटेनर में फ्लेक्स आइटम के क्रम को नियंत्रित करने के लिए किस सीएसएस प्रॉपर्टी का उपयोग किया जाता है

Questions No: 26/47

How can you select all elements of a specific class in CSS
आप CSS में किसी विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं

Questions No: 27/47

Which element is used for or styling HTML5 layout?
HTML5 लेआउट के लिए या स्टाइलिंग के लिए किस तत्व का उपयोग किया जाता है?

Questions No: 28/47

what are the benefit of using CSS in web pages
वेब पेजों में CSS का उपयोग करने के क्या फायदे हैं?

Questions No: 29/47

How will you change font for a paragraph text?
आप किसी टेक्स्ट का फ़ॉन्ट कैसे बदलेंगे?

Questions No: 30/47

To cluster a group of elements together to apply formatting
फॉर्मेटिंग_________लागू करने के लिए एलिमेंट के समूह को एक साथ समूहित करना |

Questions No: 31/47

Match the CSS Sub-Selector with Its Meaning


CSS Sub-SelectorMeaning
A. div p1. Selects all <p> elements directly inside a <div>
B. div > p2. Selects all <p> elements inside a <div>, at any level
C. div + p3. Selects the first <p> element immediately after a <div>
D. div ~ p4. Selects all <p> elements that come after a <div>, but not necessarily immediately

5. Selects only the first <p> inside a <div>

6. Selects all <p> elements inside a <div>, including nested ones


Questions No: 32/47

What is true about CSS?
CSS के बारे में क्या सत्य है?

Questions No: 33/47

Match the CSS User Action Pseudo-Class with Its Effect


CSS Pseudo-ClassEffect
A. :hover1. Styles an element when the mouse leaves it
B. :focus2. Applies a style when an element is clicked or focused
C. :active3. Applies a style when an element is actively being clicked
D. :visited4. Styles a link that has been previously clicked (visited)

5. Styles an element only when it is visible on the screen

6. Applies a style when an element is hovered over


Questions No: 34/47

Which selector is being used to specify a group of elements
एलिमेंट के ग्रुप को स्पेसिफ़ाई करने के लिए किस चयनकर्ता का उपयोग किया जा रहा है

Questions No: 35/47

Which of the following selector select sibling ?
निम्नलिखित में से कौन सा सेलेक्टर सिबलिंग को सेलेक्ट करता है?

Questions No: 36/47

The attribute, which define the relationship between current document and HREFed URL is
वह विशेषता, जो वर्तमान दस्तावेज़ और HREFed URL के बीच संबंध को परिभाषित करती है

Questions No: 37/47

Match the CSS Position Property with Its Meaning


CSS Position PropertyMeaning
A. static1. Positions an element at a fixed place in the viewport
B. relative2. The default position (no special positioning)
C. absolute3. Positions the element relative to the nearest positioned ancestor
D. fixed4. Moves the element relative to its normal position

5. Makes an element float over other elements

6. Aligns the element at the center of the page


Questions No: 38/47

Which property prevents elements from overlapping a floated element
कौन सा गुण तत्वों को फ़्लोट किए गए तत्व को ओवरलैप करने से रोकता है

Questions No: 39/47

Which selector selects elements based on a certain state ?
कौन सा चयनकर्ता एक निश्चित अवस्था के आधार पर तत्वों का चयन करता है?

Questions No: 40/47

How can one change the font of an element?
कोई किसी तत्व का फॉन्ट कैसे बदल सकता है?

Questions No: 41/47

Which pseudo-class targets an input field while it is being typed in
कौन सा छद्म वर्ग किसी इनपुट फ़ील्ड को टाइप करते समय लक्षित करता है

Questions No: 42/47

Which selector targets only <li> elements that are directly under an <ul>?
कौन सा चयनकर्ता केवल <li> तत्वों को लक्षित करता है जो सीधे <ul> के अंतर्गत हैं

Questions No: 43/47

How do you target the last child of a parent element
आप मूल तत्व के अंतिम बच्चे को कैसे लक्षित करते हैं

Questions No: 44/47

Which HTML tag is used to define an internal style sheet?
इंटरनल स्टाइल को लगाने के लिए किस HTML टैग का उपयोग किया जाता है?

Questions No: 45/47

Which of the following selector selects the elements that are the default among a set of similar elements?
निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों का चयन करता है जो समान तत्वों के सेट के बीच डिफ़ॉल्ट हैं?

Questions No: 46/47

Which of the following selectors select any tag with an id attribute set ?
निम्नलिखित में से कौन सा सिलेक्टर आईडी एट्रीब्यूट के साथ किसी भी टैग को सेलेक्ट करता है?

Questions No: 47/47

Which of the following selector applied styles to elements that are valid per HTML5 validations set either with the pattern or type attributes ?
निम्न सेलेक्टरों में से कौन स्टाइल उन एलिमेंट पर लागू होता है जो एचटीएमएल5 मान्यताओं के अनुसार वैध है या तो पैटर्न या प्रकार एट्रीब्यूटो के साथ सेट हैं ?