page-banner
WDP M2-R5.1 MCQs SET-19
Q6.
HTTP अनुरोध करने के लिए कौन सी AngularJS सेवा का उपयोग किया जाता है?<break-line><break-line>Which AngularJS service is used for making HTTP requests?
A. $location
B. $http
C. $rootScope
D. $scope
View Answer
Q7.
AngularJS में बूलियन एक्सप्रेशन के आधार पर HTML तत्वों को दिखाने या छिपाने के लिए किस निर्देश का उपयोग किया जाता है?<break-line><break-line>Which directive is used to show or hide HTML elements based on a Boolean expression in AngularJS?
A. ng-if
B. ng-show
C. ng-hide
D. ng-switch
View Answer
Q8.
HTML में हाइपरलिंक कैसे बनाये?<break-line><break-line>How to Create Hyperlink in HTML?
A. <a href="www.gyanxp.com">GyanXp</a>
B. <a url = "www.gyanxp.com" GyanXp /a>
C. <a link=" www.gyanxp.com ">GyanXp.com</a>
D. <a> www.gyanxp.com <gyanxp.com /a>
View Answer
Q9.
एचटीएमएल में ऑर्डर की गई सूची (संख्याओं में सूची आइटम वाली सूची) कैसे बनाएं?<break-line><break-line>How to create an ordered list (list containing list items in numbers) in HTML?
A. <ul>
B. <ol>
C. <li>
D. <i>
View Answer
Q10.
एंगुलरजेएस में किस बिल्ट-इन फिल्टर का इस्तेमाल डेट्स को फॉर्मेट करने के लिए किया जाता है?<break-line><break-line>Which built-in filter in AngularJS is used for formatting dates?
A. date
B. number
C. lowercase
D. uppercase
View Answer