Time: 20:00

1. CSS is an acronym for

CSS का संक्षिप्त रूप है

2. Which tag is used to contain content that is related to the primary content of the web page, but it is not the primary content of web page.

किस टैग का उपयोग उस सामग्री को शामिल करने के लिए किया जाता है जो वेब पेज की प्राथमिक सामग्री से संबंधित है, लेकिन यह वेब पेज की प्राथमिक सामग्री नहीं है।

3. What is true about CSS?

CSS के बारे में क्या सत्य है?

4. Which of the following represent an internal style sheet?

निम्नलिखित में से कौन सा आंतरिक स्टाइल शीट का प्रतिनिधित्व करता है?

5. What is the correct CSS syntax written inside the style tag?

स्टाइल टैग के अंदर लिखा गया सही सीएसएस सिंटैक्स क्या है?

6. Which selector is used to specify a group of elements?

तत्वों के समूह को निर्दिष्ट करने के लिए किस चयनकर्ता का उपयोग किया जाता है?

7. How do you select elements with class name "test"?

आप वर्ग नाम "परीक्षण" वाले तत्वों का चयन कैसे करते हैं?

8. Which attribute specifies a unique alphanumeric identifier to be associated with an element?

कौन सी विशेषता किसी तत्व से जुड़े अद्वितीय अल्फ़ान्यूमेरिक पहचानकर्ता को निर्दिष्ट करती है?

9. What should be used for an unique element as attribute name in the following: < p ____="_12t" >

निम्नलिखित में किसी अद्वितीय तत्व के लिए विशेषता नाम के रूप में क्या उपयोग किया जाना चाहिए: < p ____='_12t' >

10. How do you select an elementwith id "demo"?

आप "डेमो" आईडी वाले तत्व का चयन कैसे करते हैं?

11. How to apply specific style to h1 tag only when mouse point to it?

केवल h1 टैग पर विशिष्ट शैली कैसे लागू करें जब माउस उस पर इंगित करता है?

12. If the elements < p >,< h4 > and < a > tags are needed to be of the orange color, then which of the following do this?

यदि तत्वों

,< h4 > और < a > टैग का नारंगी रंग होना आवश्यक है, तो निम्नलिखित में से कौन ऐसा करता है?

13. How do you group multiple selectors?

आप अनेक चयनकर्ताओं का समूह कैसे बनाते हैं?

14. How to apply styles to para's having class 'style'? (There are other elements with same class name)

वर्ग 'शैली' वाले पैरा में शैलियाँ कैसे लागू करें? (समान वर्ग नाम वाले अन्य तत्व भी हैं)

15. How to apply styles all < span > element inside para's having class 'style'?

पैरा के वर्ग 'शैली' के अंदर सभी <स्पैन> तत्व शैलियों को कैसे लागू करें?

16. How will you make all paragraph elements 'RED' in color?

आप सभी अनुच्छेद तत्वों को 'लाल' रंग में कैसे बनाएंगे?

17. What should be the value of the width attribute, so that the width of the element adjust itself to the current width of its parent element?

चौड़ाई विशेषता का मान क्या होना चाहिए, ताकि तत्व की चौड़ाई अपने मूल तत्व की वर्तमान चौड़ाई के अनुसार समायोजित हो जाए?

18. Which of the following will give blue color to text?

निम्नलिखित में से कौन टेक्स्ट को नीला रंग देगा?

19. If we want to use a dotted border around an image, which css property will we use?

यदि हम किसी छवि के चारों ओर बिंदीदार बॉर्डर का उपयोग करना चाहते हैं, तो हम किस सीएसएस संपत्ति का उपयोग करेंगे?

20. Select the CSS property that sets the width of an element's bottom border?

उस सीएसएस प्रॉपर्टी का चयन करें जो किसी तत्व की निचली सीमा की चौड़ाई निर्धारित करती है?