Time: 20:00

1. In the following transition, what does .4s describe? transition: color.4s linear;

निम्नलिखित संक्रमण में, .4s क्या वर्णन करता है? संक्रमण: रंग.4एस रैखिक;

2. What is the correct CSS syntax for making all the < p > elements bold?

सभी < p > तत्वों को बोल्ड करने के लिए सही CSS सिंटैक्स क्या है?

3. By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code?

डिफ़ॉल्ट रूप से हाइपरलिंक एक अंडरलाइन के साथ प्रदर्शित होते हैं। सीएसएस कोड का उपयोग करके आप सभी हाइपरलिंक से अंडरलाइन कैसे हटाते हैं?

4. Which property is used to display the text in italics?

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

5. How do you add a background color for all < h1 > elements?

आप सभी < h1 > तत्वों के लिए पृष्ठभूमि रंग कैसे जोड़ते हैं?

6. Which CSS property sets a background image for an element?

कौन सी सीएसएस संपत्ति किसी तत्व के लिए पृष्ठभूमि छवि सेट करती है?

7. Which of the following property is used to control the scrolling of an image in the background?

पृष्ठभूमि में किसी छवि की स्क्रॉलिंग को नियंत्रित करने के लिए निम्नलिखित में से किस संपत्ति का उपयोग किया जाता है?

8. Which property is used to give space between elements?

तत्वों के बीच स्थान देने के लिए किस गुण का उपयोग किया जाता है?

9. What does the 'margin:auto' means?

'मार्जिन:ऑटो' का क्या मतलब है?

10. Which property is used to give space between content and border?

कंटेंट और बॉर्डर के बीच जगह देने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?

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

यदि किसी तत्व में शीर्ष के लिए पैडिंग मान 20px, नीचे के लिए 30px, दाएँ के लिए 15px, बाएँ के लिए 10px है। तो फिर उस पैडिंग को सेट करने का सही तरीका निम्नलिखित में से कौन सा है?

12. If an element become invisible but the rest of the web page layout is not affected, then what could be the property applied to that element?

यदि कोई तत्व अदृश्य हो जाता है लेकिन शेष वेब पेज लेआउट प्रभावित नहीं होता है, तो उस तत्व पर लागू होने वाली संपत्ति क्या हो सकती है?

13. Which value of position always fixes the position of the element relative to the viewport?

स्थिति का कौन सा मान हमेशा व्यूपोर्ट के सापेक्ष तत्व की स्थिति तय करता है?

14. Which of the following does not count in the total width of the element in the web page?

निम्नलिखित में से कौन सा वेब पेज में तत्व की कुल चौड़ाई में नहीं गिना जाता है?

15. Which property will be used to display an image of at least 100px width?

कम से कम 100px चौड़ाई की छवि प्रदर्शित करने के लिए किस संपत्ति का उपयोग किया जाएगा?

16. If the width of an element is exceeded by the content of the element, then which property will define the behaviour of the content?

यदि किसी तत्व की चौड़ाई तत्व की सामग्री से अधिक है, तो कौन सी संपत्ति सामग्री के व्यवहार को परिभाषित करेगी?

17. Which of the following is not a value for font-style property?

फ़ॉन्ट-शैली संपत्ति के लिए निम्नलिखित में से कौन सा मान नहीं है?

18. Which of the following is not used with text-decoration property?

टेक्स्ट-डेकोरेशन प्रॉपर्टी के साथ निम्नलिखित में से किसका उपयोग नहीं किया जाता है?

19. Which of the following options is correct for the following statements: 1) Vertical margins add together 2) Horizontal margin add together

निम्नलिखित कथनों के लिए निम्नलिखित में से कौन सा विकल्प सही है: 1) लंबवत मार्जिन एक साथ जोड़ें 2) क्षैतिज मार्जिन एक साथ जोड़ें

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

यदि किसी तत्व का मार्जिन मान शीर्ष के लिए 20px, नीचे के लिए 20px, बाएँ के लिए 30px, दाएँ के लिए 30px है। तो फिर मार्जिन सेट करने का सही तरीका निम्नलिखित में से कौन सा है?