page-banner
WDP M2-R5.1 MCQs SET-17
Q16.
इनमें से कौन से टैग सभी <table> टैग हैं?<break-line><break-line>Which of these tags are all <table> tags?
A. <table><head><tfoot>
B. <table><tr><td>
C. <table><tr><tt>
D. <thead><body><tr>
View Answer
Q17.
निम्नलिखित में से कौन सा जावास्क्रिप्ट नहीं कर सकता है?<break-line><break-line>Which of the following JavaScript cannot do?
A. JavaScript can react to events
B. JavaScript can manipulate HTML elements
C. JavaScript can be used to validate data
D. All of the Above
View Answer
Q18.
जावास्क्रिप्ट में वेरिएबल्स को घोषित करने के लिए _________ कीवर्ड का उपयोग किया जाता है।<break-line><break-line>_________ keyword is used to declare variables in javascript.
A. Var
B. Dim
C. String
D. None of the above
View Answer
Q19.
जावास्क्रिप्ट का उपयोग करके HTML तत्वों तक पहुँचने के लिए निम्न में से किस विधि का उपयोग किया जाता है?<break-line><break-line>Which of the following methods is used to access HTML elements using Javascript?
A. getElementbyld()
B. getElementsByClassName()
C. Both A and B
D. None of the above
View Answer
Q20.
_______ कथन का उपयोग करना है कि आप किसी विशिष्ट स्थिति के लिए कैसे परीक्षण करते हैं।<break-line><break-line>Using _______ statement is how you test for a specific condition.
A. Select
B. If
C. Switch
D. For
View Answer