page-banner
WDP M2-R5.1 MCQs SET-20
Q1.
HTML में इमेज कैसे डालें?

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 में बैकग्राउंड कलर कैसे जोड़ें?

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 में किस निर्देश का उपयोग किया जाता है?

Which directive in AngularJS is used to create custom elements?
A. ng-attr
B. ng-bind
C. ng-repeat
D. directive
View Answer
Q4.
पुन: प्रयोज्य टेम्पलेट बनाने के लिए एंगुलरजेएस में किस निर्देश का उपयोग किया जाता है?

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.
एंगुलरजेएस में किस बिल्ट-इन फिल्टर का उपयोग नंबरों को फॉर्मेट करने के लिए किया जाता है?

Which built-in filter in AngularJS is used for formatting numbers?
A. date
B. number
C. lowercase
D. uppercase
View Answer
Q6.
एंगुलरजेएस में किस निर्देश का उपयोग इनपुट क्षेत्र और मॉडल चर के बीच दो-तरफ़ा बंधन बनाने के लिए किया जाता है?

Which directive in AngularJS is used to create a two-way binding between an input field and a model variable?
A. ng-bind
B. ng-click
C. ng-model
D. ng-repeat
View Answer
Q7.
CSS में किसी एलिमेंट का बैकग्राउंड कलर सेट करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?

Which property is used to set the background color of an element in CSS?
A. color
B. background-color
C. text-color
D. font-color
View Answer
Q8.
CSS में फॉन्ट फैमिली को सेट करने के लिए किस प्रॉपर्टी का प्रयोग किया जाता है?

Which property is used to set the font family in CSS?
A. font-style
B. font-size
C. font-weight
D. font-family
View Answer
Q9.
स्क्रॉलिंग प्रभाव के साथ टेक्स्ट को प्रदर्शित करने के लिए निम्नलिखित में से कौन सा HTML टैग प्रयोग किया जाता है?

Which of the following HTML tag is used to display text with scrolling effect?
A. <marquee>
B. <scroll>
C. <div>
D. इनमे से कोई भी नहीं / none of these
View Answer
Q10.
CSS में टेक्स्ट एलाइनमेंट सेट करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?

Which property is used to set the text alignment in CSS?
A. text-align
B. text-justify
C. text-indent
D. text-transform
View Answer