page-banner
WDP M2-R5.1 MCQs SET-19
Q11.
HTML में कुछ टिप्पणी करने का सही तरीका कौन सा है?<break-line><break-line>Which is the correct way to comment something in HTML?
A. Using ## and #
B. <!-- and --> . to use
C. </-- and -/-> . to use
D. <!-- and -!> . to use
View Answer
Q12.
निम्नलिखित में से कौन टैग की विशेषताएँ हैं?<break-line><break-line>Which of the following are characteristics of a tag?
A. Method
B. action
C. both (a) and (b)
D. none of these
View Answer
Q13.
कॉम्बो बॉक्स (या ड्रॉप-डाउन बॉक्स) बनाने के लिए निम्न में से किस टैग का उपयोग किया जाता है?<break-line><break-line>Which of the following tag is used to create combo box (or drop-down box)?
A. <list>
B. <select>
C. <input type="dropdown">
D. <ul>
View Answer
Q14.
एंगुलरजेएस में किस निर्देश का उपयोग कस्टम विशेषता को परिभाषित करने के लिए किया जाता है?<break-line><break-line>Which directive in AngularJS is used to define a custom attribute?
A. ng-attr
B. ng-class
C. ng-style
D. ng-repeat
View Answer
Q15.
निम्नलिखित में से कौन HTML दस्तावेज़ का रूट टैग है?<break-line><break-line>Which of the following is the root tag of an HTML document?
A. <body>
B. <head>
C. <title>
D. <html>
View Answer