1. The CSS property "pointer-events" is used to control:
सीएसएस सम्पत्ति "पॉइंटर -इवेंट्स " का उपयोग नियंत्रित करने के लिए किया 1ाता है |


2. Which of the following CSS selectors will select all the direct children of an element?
निम्नलिखित में से कौन सा सीएसएस चयनकर्ता किसी तत्व के सभी प्रत्यक्ष बच्चो का चयन करेगा ?


3. The CSS "flex-grow" property determines:
सीएसएस "फ्लेक्स -ग्रो " सम्पत्ति निर्धारित करती है :


4. The CSS "box-decoration-break" property is used to control the behavior of:
CSS "बॉक्स -डेकोरेशन -ब्रेक " प्रॉपर्टी का उपयोग इनके व्यवहार को नियंत्रित करने के लिए किया जाता है |


5. Which CSS property is used to specify the order of flex items within a flex container?
फ्लेक्स कंटेनर के भीतर फ्लेक्स आइटम के क्रम को निर्दिष्ट करने के लिए किस सीएसएस सम्पत्ति का उपयोग कियता जाता है ?


6. The CSS "nth-of-type(n)" selector is used to select elements based on their position within their parent container, considering only elements of the same type ?
सीएसएस "nth-of-type(n)" चयनकर्ता का उपयोग केवल समान प्रकार के तत्वों पर विचार करते हुए , उनके मूल कंटेनर के भीतर उनकी स्थिति के आधार पर तत्वों का चयन करने के लिए किया जाता है ?


7. The CSS "flex-wrap" property is used to control:
सीएसएस "फ्लेक्स -रैप " सम्पत्ति का उपयोग नियंत्रित करने के लिए किया जाता है |


8. The CSS "animation" property is used to define animations within CSS. Which of the following is a valid value for the "animation-timing-function" property ?
सीएसस "एनीमेशन " सम्पत्ति का उपयोग सीएसएस के भीतर एनीमेशन को परिभाषित करने के लिए किया जाता है | निम्नलिखित में से कौन सा "एनीमेशन-टाइमिंग -फंक्शन " सम्पत्ति के लिए वैध मान है ?


9. The CSS "backface-visibility" property is used to control the visibility of the back face of an element that is being transformed in 3D space. Which value is used to hide the back face ?
सीएसएस "बैकफेस -विजिबिलिटी " प्रॉपर्टी का उपयोग किसी तत्व के बैक फेस की द्रश्यता को नियंत्रित करने के लिए किया जाता है जिसे 3डी स्पेस में बदला जा सकता है | पिछला face छुपाने के लिए किस मान का प्रयोग किया जाता है ?


10. The CSS "cursor" property is used to specify the type of cursor to be displayed when hovering over an element. Which value is used to display a pointer cursor ?
सीएसएस "कर्सर "प्रॉपर्टी का उपयोग किसी तत्व पर होवर करते समय प्रदर्शित होने वाले कर्सर के प्रकार को निर्दिष्ट करने के लिए किया जाता है | पॉइंटर कर्सर प्रदर्शित करने के लिए किस मान का उपयोग किया जाता है ?


11. The CSS "unicode-bidi" property is used to control the direction of text content. Which value is used to indicate that the text should inherit the direction from its parent element ?
सीएसएस "यूनिकोड -बिडी " सम्पत्ति का उपयोग पाठ्य समग्री की दिशा को नियंत्रित करने के लिए किया जाता है | यह इंगित करने के लिए किस मान का उपयोग किया जाता है कि पाठ को अपने मूल तत्व से दिशा प्राप्त करनी चाहिए ?


12. The CSS "text-justify" property is used to control the justification of text. Which value is used to justify text by adding extra spacing between words ?
CSS "text-justify"प्रॉपर्टी का उपयोग टेक्स्ट के औचित्य को नियंत्रित के नियंत्रित करने के लिए किया जाता है | शब्दों के बीच अतिरिक्त रिक्ति जोड़कर पाठ को उचित ठहराने के लिए किस मान का उपयोग किया जाता है ?


13. The CSS "text-orientation" property is used to control the orientation of text characters within a line. Which value is used to rotate text vertically ?
सीएसएस "टेक्स्ट -ओरिंटेशन " प्रॉपर्टी का उपयोग एक पंक्ति के भीतर टेक्स्ट वर्णों के ओरिंटेशन को नियंत्रित करने के लिए किया जाता है | टेक्स्ट को लम्बवत घुमाने के लिए किस मान का उपयोग किया जाता है ?


14. The CSS "quotes" property is used to specify quotation marks for a block of quoted content. Which value is used to remove quotation marks ?
सीएसएस "उद्धरहण " सम्पत्ति का उपयोग उद्ध्रत सामग्री के ब्लाक के लिए उद्धरण चिन्ह निर्दिष्ट करने के लिए किया जाता है | उद्धरण चिन्हों को हटाने के लिए किस मान का उपयोग किया जाता है ?


15. The CSS "text-underline-position" property is used to control the position of the underline beneath text. Which value is used to position the underline below the text and above any descenders ?
सीएसएस "टेक्स्ट -अंडरलाइन -पोजीशन "प्रॉपर्टी का उपयोग टेक्स्ट के नीचे अंडरलाइन की स्थिति को नियंत्रित करने के लिए किया जाता है | पाठ के नीचे और किसी अवरोहक के ऊपर रेखांकन को स्थापित करने के लिए किस मान का उपयोग किया जाता है |


16. The CSS "text-decoration" property is used to add decorative styles to text. Which value is used to remove any decorations from the text ?
सीएसएस "टेक्स्ट -डेकोरेशन "प्रॉपर्टी का उपयोग टेक्स्ट में समाजवादी शैलियों को जोड़ने के लिए किया जाता है | पाठ से किसी भी सजावट को हटाने के लिए किस मान का उपयोग किया जाता है ?


17. The CSS "text-orientation" property is used to control the orientation of characters in vertical text. Which value is used to rotate characters 180 degrees ?
सीएसएस " टेक्स्ट -ओरिंटेशन " प्रॉपर्टी का उपयोग वर्टिकल टेक्स्ट में वर्णों के ओरिंटेशन को नियंत्रित करने के लिए किया जाता है | अक्षरों को 180 डिग्री तक घुमाने के लिए किस मान का उपयोग किया जाता है ?


18. The CSS "text-justify" property is used to control the justification of text. Which value is used to distribute space between words, including stretching or compressing the words, to justify the text ?
CSS "text-justify"प्रॉपर्टी का उपयोग टेक्स्ट के औचित्य को नियंत्रित करने के लिए किया जाता है | पाठ को सही ठहराने के लिए शब्दों को खीचने या संपीडित करने सहित शब्दों के बीच स्थान वितरित करने के लिए किस मान का उपयोग किया जाता है ?


19. The CSS "justify-content" property is used to align flex items along the main axis of a flex container. Which value is used to distribute the items evenly with equal space between them ?
सीएसएस "जस्टिफाई -कंटेंट " प्रॉपर्टी का उपयोग फ्लेक्स आइटम को फ्लेक्स कंटेनर के मुख्य अक्ष के साथ संरेखित करने के लिए किया जाता है | वस्तुओ को उनके बीच समान स्थान पर समान रूप से वितरित करने के लिए किस मान का उपयोग किया जाता है ?


20. The CSS "border-collapse" property is used to specify whether the borders of table cells should be collapsed into a single border or separated. Which value is used to collapse the borders ?
सीएसएस "बार्डर -पतन " समाप्ति का उपयोग यह निर्दिष्ट करने के लिए किया जाता है कि तालिका कोशिका की सीमा में संरक्षित किया जाना चाहिए या अलग किया जाना चाहिए | सीमाओ को संक्षिप्त करने के लिए किस मान का उपयोग किया जाता है ?