page-banner
WDP M2-R5.1 MCQs SET-1
Q16.
CSS में pseudo class के बारे में गलत कथन की पहचान करें<break-line><break-line>Identify the incorrect statement about a pseudo class in CSS:
A. यह CSS में परिभाषित एक स्टाइल क्लास है / It is a style class defined in CSS
B. यह लेखक को दस्तावेज़ में विशेष रूप से घोषित नहीं किए गए सामग्री तक पहुँच प्रदान करता है / It gives the author access to content not specifically declared in the document
C. Pseudo class तत्व के नाम से एक अंडरस्कोर द्वारा अलग किया जाता है / Pseudo class is separated by an underscore from the name of the element
D. Pseudo class तत्व के नाम से एक कॉलन द्वारा अलग किया जाता है / Pseudo class are separated by a colon from the name of the element
View Answer
Q17.
एंबेडेड स्टाइल शीट्स के बारे में क्या सही नहीं है?<break-line><break-line>What is not correct about Embedded Style Sheets?
A. एंबेडेड स्टाइल शीट्स XHTML दस्तावेज़ के हेड सेक्शन में पूरी CSS दस्तावेज़ को एम्बेड करने की अनुमति देती है / Embedded style sheets enable to embed an entire CSS document in an XHTML documents head section
B. क्लास सिलेक्टर्स एंबेडेड स्टाइल शीट्स में उपयोग किए जाते हैं / Class Selectors are used in Embedded style sheets
C. स्टाइल तत्व का प्रकार गुण MIME प्रकार को निर्दिष्ट करता है जो फ़ाइल की सामग्री का वर्णन करता है / The style elements type attribute specifies the Multipurpose Internet Mail Extension (MIME) type that describes a files content
D. सभी कथन सही हैं / All the statements are correct
View Answer
Q18.
HTML टैग्स में नॉन-सिमेंटिक एलिमेंट्स की पहचान करें<break-line><break-line>Identify the non-semantic element in HTML tags:
A. <div>
B. <form>
C. <table>
D. <article>
View Answer
Q19.
ऑटोफोकस विशेषता का उपयोग किस एलिमेंट्स पर किया जा सकता है?<break-line><break-line>Autofocus attribute can be used on which element?
A. बटन / Button
B. चयन / Select
C. इनपुट / Input
D. उपरोक्त सभी / All of the above
View Answer
Q20.
HTML के <label> टैग के बारे में क्या सही नहीं है?<break-line><break-line>What is not true about the <label> tag in HTML?
A. कई फॉर्म तत्वों के लिए लेबल को परिभाषित करता है / Defines a label for many form elements
B. स्क्रीन-रीडर उपयोगकर्ताओं के लिए उपयोगी है / Useful for screen-reader users
C. नेत्रहीन चुनौतियों वाले उपयोगकर्ताओं के लिए उपयोगी है / Useful for visually challenged users
D. उपरोक्त सभी / All of the above
View Answer