page-banner
WDP M2-R5.1 MCQs SET-5
Q6.
CSS में आपकी सामग्री की दो पंक्तियों के बीच का अंतर किसके द्वारा निर्धारित किया जाता है:<break-line><break-line>In CSS the difference between two lines of your content is set by:
A. min-height property
B. line-height property
C. max-height property
D. none of these
View Answer
Q7.
कोड की उपरोक्त पंक्तियों में # दर्शाता है:<break-line><break-line>The # in the above lines of code represents:
A. an id tag
B. class name
C. an universal tag
D. horizontal frame
View Answer
Q8.
वर्ल्ड वाइड वेब क्या है?<break-line><break-line>What is the World Wide Web?
A. सॉफ्टवेयर जो इंटरनेट को नियंत्रित करता है। / Software that controls the internet.
B. इंटरनेट का दूसरा नाम / Another name for the internet.
C. इंटरकनेक्टेड वेबपेजों के लिए सिस्टम जो इंटरनेट पर पहुंच योग्य हैं। / System for interconnected WebPages which are accessible over the internet.
D. ऊपर के सभी / All of the above
View Answer
Q9.
निम्नलिखित HTML टैग का उपयोग internal CSS घोषित करने के लिए किया जाता है:<break-line><break-line>Following HTML tag is used to declare internal CSS:
A. <style>
B. <Head>
C. <link>
D. <Script>
View Answer
Q10.
निम्नलिखित में से किस प्रकार का वेरिएबल केवल उस फंक्शन के भीतर दिखाई देता है जहां इसे परिभाषित किया गया है?<break-line><break-line>Which of the following type of variable is visible only within a function where it is defined?
A. ग्लोबल वेरिएबल / Global variable
B. लोकल वेरिएबल / Local variable
C. A और B दोनों / Both (A) and (B)
D. इनमे से कोई भी नहीं / None of the above
View Answer