page-banner
Chapter-4 CSS
Q21.
# कोड की उपरोक्त पंक्तियों में दर्शाता है:<break-line><break-line>The # in the above lines of code represents:<pre><code><style> #myHeader { background-color: lightblue; color: black; padding: 40px; text-align: center; } </style></code></pre>
A. एक आईडी टैग/an id tag
B. क्लास नाम/class name
C. एक यूनिवर्सल टैग/a universal tag
D. हॉरिजॉन्टल फ्रेम/horizontal frame
View Answer
Q22.
यूनिवर्सल सेलेक्टर को वाइल्डकार्ड करैक्टर के रूप में कभी भी उपयोग नहीं किया जाता है।<break-line><break-line>The universal selector is never used as a wildcard character.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q23.
CSS में किसी एलिमेंट की बैकग्राउंड का रंग बदलने के लिए उपयोग की जाने वाली विशेषता:<break-line><break-line>The attribute used to change the background color of an element in CSS:
A. bgcolor
B. color-bg
C. bg-color
D. background-color
View Answer
Q24.
निम्नलिखित में से कौन सा सेलेक्टर्स उन एलिमेंट्स का चयन करने के लिए प्रयोग किया जाता है जिनकी एट्रिब्यूट वैल्यू स्पेसिफाईड वैल्यू के साथ समाप्त होती है ।<break-line><break-line>Which of the following selector is used to select elements whose attribute value ends with a specified value.
A. [attribute="value"]
B. [attribute$="value"]
C. [$attribute="value"]
D. [attribute^="value"]
View Answer
Q25.
CSS वेरिएबल में वैल्यू डालने के लिए प्रयोग होने वाला फंक्शन है:<break-line><break-line>Function to insert values of a CSS variable is:
A. var()
B. rand()
C. varchar()
D. calc()
View Answer