Time: 20:00

1. Which elements is used in the < HEAD > section on an HTML/XHTML page, if we want to use an external style sheet file to decorate the page?

यदि हम पृष्ठ को सजाने के लिए बाहरी स्टाइल शीट फ़ाइल का उपयोग करना चाहते हैं, तो HTML/XHTML पृष्ठ पर < HEAD > अनुभाग में कौन से तत्व का उपयोग किया जाता है?

2. Which attribute can be added to many HTML/XHTML elements to identify them as a member of a specific group?

किसी विशिष्ट समूह के सदस्य के रूप में पहचान करने के लिए कई HTML/XHTML तत्वों में कौन सी विशेषता जोड़ी जा सकती है?

3. When we write < img src="img.png" >, what "img.png" inside double quote implies?

जब हम < img src='img.png' > लिखते हैं, तो दोहरे उद्धरण चिह्न के अंदर 'img.png' का क्या अर्थ होता है?

4. How can we write comment along with CSS code?

हम CSS कोड के साथ टिप्पणी कैसे लिख सकते हैं?

5. Which of the following selector selects the element that is the first child of its parent that is of its type?

निम्नलिखित में से कौन सा चयनकर्ता उस तत्व का चयन करता है जो उसके माता-पिता का पहला बच्चा है जो उसके प्रकार का है?

6. Which of the following selector selects an element that has no children?

निम्नलिखित में से कौन सा चयनकर्ता उस तत्व का चयन करता है जिसमें कोई संतान नहीं है?

7. Which CSS property controls the text size?

कौन सी सीएसएस प्रॉपर्टी टेक्स्ट आकार को नियंत्रित करती है?

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

सभी

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

9. How do you display hyperlinks without an underline?

आप बिना अंडरलाइन के हाइपरलिंक कैसे प्रदर्शित करते हैं?

10. How do you make each word in a text start with a capital letter?

आप किसी पाठ में प्रत्येक शब्द को बड़े अक्षर से कैसे शुरू करते हैं?

11. Which property is used to change the font of an element?

किसी तत्व का फ़ॉन्ट बदलने के लिए किस गुण का उपयोग किया जाता है?

12. How do you make the text bold using CSS?

आप CSS का उपयोग करके टेक्स्ट को बोल्ड कैसे बनाते हैं?

13. Which is the correct format to set the border width for (top=10px,bottom=5px,left=20px and right=1px)

(शीर्ष=10px, निचला=5px, बाएँ=20px और दाएँ=1px) के लिए बॉर्डर चौड़ाई निर्धारित करने के लिए कौन सा प्रारूप सही है?

14. Which property is used to change the left margin of an element?

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

15. How do you make a list that lists its items with squares?

आप ऐसी सूची कैसे बनाते हैं जिसमें उसके आइटम वर्गों के साथ सूचीबद्ध हों?

16. How do you select an element with id 'demo'?

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

17. How do you select an element with class 'test'?

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

18. How do you select all p elements inside a div element?

आप div तत्व के अंदर सभी p तत्वों का चयन कैसे करते हैं?

19. How do you group selectors?

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

20. What is the default value of the position property?

स्थिति संपत्ति का डिफ़ॉल्ट मान क्या है?