page-banner
Chapter-4 CSS
Q26.
CSS में एक प्रकार का कॉम्बिनेटर है:<break-line><break-line>A type of combinator in CSS is:
A. >
B. +
C. ~
D. उपरोक्त सभी/All of the above
View Answer
Q27.
आईडी सेलेक्टर ........ द्वारा डिनोट किया जाता है:<break-line><break-line>Id selector is donated by the:
A. #
B. 1#
C. *
D. इनमें से कोई नहीं/None of the above
View Answer
Q28.
* कोड की उपरोक्त पंक्ति में दर्शाता है:<break-line><break-line>In the above line of code * represents:<pre><code>*my classname { attributes here }</code></pre>
A. क्लास सेलेक्टर/class selector
B. यूनिवर्सल सेलेक्टर/universal selector
C. आईडी सेलेक्टर/id selector
D. इनमें से कोई नहीं/None of the above
View Answer
Q29.
वेबसाइटों के पेजों को डिजाइन करने के लिए लोकप्रिय रूप से उपयोग किए जाने वाले CSS का प्रकार:<break-line><break-line>The type of CSS popularly used for designing pages for websites:
A. इनलाइन/Inline
B. एक्सटर्नल/External
C. इंटरनल/Internal
D. इनमें से कोई नहीं/None of the above
View Answer
Q30.
निम्नलिखित में से कौन सा सही CSS सिंटैक्स है?<break-line><break-line>Which of the following is the correct CSS syntax?
A. <h1 "color:Tomato;">...</h1>
B. <h1 style:"color=Tomato;">...</h1>
C. <h1 style="color:Tomato;">...</h1>
D. <h1 “color=Tomato;">...</h1>
View Answer