page-banner
WDP M2-R5.1 MCQs SET-11
Q21.
निम्नलिखित में से कौन सा expressions सत्य है?<break-line><break-line>Which of the following expressions is true ?
A. { expression }
B. [{ expression }]
C. _expression
D. {{ expression }}
View Answer
Q22.
CSS में छवि पुनरावृत्ति को नियंत्रित करने के लिए सही विकल्प है:<break-line><break-line>To control image repetition in CSS , the correct option is :
A. h1 { background-loop: none; }
B. h1 { background-repeat: none; }
C. h1 { background-iterate: none; }
D. None of the above
View Answer
Q23.
HTML में सबसे बड़ा शीर्षक डालने के लिए निम्न में से किस टैग का उपयोग किया जाता है?<break-line><break-line>Which of the following tag is used for inserting the largest heading in HTML ?
A. <h3>
B. <h1>
C. <h6>
D. <h2>
View Answer
Q24.
निम्नलिखित में से किसका प्रयोग एक विशिष्ट नियम को लागू करने के लिए किया जाता है और CSS में इसे कभी भी ओवरराइड नहीं किया जा सकता है<break-line><break-line>Which of the following is used to apply a specific rule and can never be overridden in CSS ?
A. @important
B. !important!
C. !important
D. important!
View Answer
Q25.
निम्नलिखित में से किस उद्देश्य (ओं) के लिए जावास्क्रिप्ट को डिज़ाइन किया गया है?<break-line><break-line>For which of the following purpose(s) JavaScript is designed for ?
A. To style HTML Pages
B. To perform server-side scripting operation
C. To execute query related to DB on server
D. To add interactivity to HTML Pages
View Answer