Q 1. इनमें से कौन सा फ़ंक्शन उपयोग के लिए फ़िल्टर प्रॉपर्टी द्वारा किसी तत्व के रंग को ग्रे शेड में परिवर्तित करेगा?<break-line><break-line>Which of these functions will convert the color of an element to a shade of gray by the filter property for use?
A. grayscale()
B. Shadow()
C. Glow()
D. black()
Q 2. आपकी सामग्री की दो पंक्तियों के बीच अंतर को सेट करने के लिए उपयोग की जाने वाली CSS प्रॉपर्टी है -<break-line><break-line>The CSS property used to set the spacing between two lines of your content is -
A. min-height property
B. max-height property
C. line-height property
D. none of these
Q 3. बाहरी स्टाइल शीट को रेफर करने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?<break-line><break-line>Which of the following is the correct syntax to refer to an external style sheet?
A. <style src=example.css>
B. <style src="example.css">
C. <stylesheet> example.css </stylesheet>
D. <link rel="stylesheet" type="text/css" href="example.css">
Q 4. निम्नलिखित में से कौन सा वाक्य-विन्यास सभी अनुच्छेद तत्वों के पृष्ठभूमि-रंग को पीला करने के लिए सही सिंटैक्स है?<break-line><break-line>Which of the following is the correct syntax to set the background-color of all paragraph elements to yellow?
A. p { background-color: yellow; }
B. p { background-color: #yellow; }
C. all { background-color: yellow; }
D. all p { background-color: #yellow; }
Q 5. किसी तत्व के चारों ओर गोल बॉर्डर या गोल कोने बनाने के लिए उपयोग की जाने वाली CSS प्रॉपर्टी है -<break-line><break-line>The CSS property used to create rounded borders or rounded corners around an element is -
A. border collapse
B. border-radius
C. border distance
D. none of these