page-banner
WDP M2-R5.1 MCQs SET-20
Q1.
HTML में इमेज कैसे डालें?<break-line><break-line>How to insert image in HTML?
A. <img href="gxp.png" />
B. <img url = "gxp.png" />
C. <img लिंक = "gxp.png" />
D. <img src="gxp.png" />
View Answer
Q2.
HTML में बैकग्राउंड कलर कैसे जोड़ें?<break-line><break-line>How to add background color in HTML?
A. <marquee bg color: "red">
B. <marquee bg-color="red">
C. <marquee bgcolor="red">
D. <marquee color="red">
View Answer
Q3.
कस्टम तत्वों को बनाने के लिए AngularJS में किस निर्देश का उपयोग किया जाता है?<break-line><break-line>Which directive in AngularJS is used to create custom elements?
A. ng-attr
B. ng-bind
C. ng-repeat
D. directive
View Answer
Q4.
पुन: प्रयोज्य टेम्पलेट बनाने के लिए एंगुलरजेएस में किस निर्देश का उपयोग किया जाता है?<break-line><break-line>Which directive in AngularJS is used to create reusable templates?
A. ng-include
B. ng-model
C. ng-repeat
D. ng-template
View Answer
Q5.
एंगुलरजेएस में किस बिल्ट-इन फिल्टर का उपयोग नंबरों को फॉर्मेट करने के लिए किया जाता है?<break-line><break-line>Which built-in filter in AngularJS is used for formatting numbers?
A. date
B. number
C. lowercase
D. uppercase
View Answer