page-banner
WDP M2-R5.1 MCQs SET-14
Q11.
कौन सी विशेषता एक तत्व के साथ जुड़े होने के लिए एक अद्वितीय अल्फ़ान्यूमेरिक पहचानकर्ता निर्दिष्ट करती है?<break-line><break-line>Which attribute specifies a unique alphanumeric identifier to be associated with an element?
A. type
B. article
C. id
D. class
View Answer
Q12.
YouTube वीडियो के लिए किस HTML तत्व का उपयोग किया जाता है?<break-line><break-line>Which HTML element is used for YouTube videos?
A. <samp>
B. <small>
C. <frame>
D. <iframe>
View Answer
Q13.
जावास्क्रिप्ट में डेटा प्रदर्शित करने के लिए, हम __________ का उपयोग नहीं कर सकते है<break-line><break-line>For displaying data in JavaScript, we can’t use ____________
A. document.write()
B. console.log()
C. innerHTML
D. document.getElementById()
View Answer
Q14.
टेस्टिंग के लिए हमें ________ का प्रयोग करना चाहिए<break-line><break-line>For testing we should use ________
A. document.write()
B. console.log()
C. window.alert()
D. innerHTML
View Answer
Q15.
निम्नलिखित में से कौन सा कीवर्ड जावास्क्रिप्ट के निष्पादन को रोकता है?<break-line><break-line>Which of the following keyword stops the execution of JavaScript?
A. break
B. return
C. debugger
D. try….catch
View Answer