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
Correct Answer: Pseudo class तत्व के नाम से एक अंडरस्कोर द्वारा अलग किया जाता है / Pseudo class is separated by an underscore from the name of the element
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
Correct Answer: स्टाइल तत्व का प्रकार गुण MIME प्रकार को निर्दिष्ट करता है / The style elements type attribute specifies the Multipurpose Internet Mail Extension (MIME) type that describes a files content
Q18.
HTML टैग्स में नॉन-सिमेंटिक एलिमेंट्स की पहचान करें<break-line><break-line>Identify the non-semantic element in HTML tags: