कौन सा कथन जावास्क्रिप्ट में var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?<break-line><break-line>Which statement specify correct difference between var and let keywords in JavaScript ?
A.var defines a variable while let defines a constant.
B.There is no such major difference between them.
C.The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed.
D.var defined function scoped variable while let define block scoped variable.
कौन सी CSS Property यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ डॉट्स (एलिप्सिस) दिखाएं, या एक कस्टम स्ट्रिंग प्रदर्शित करें?<break-line><break-line>Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string ?
निम्न में से किसका उपयोग HTML में एक क्रमित सूची बनाने के लिए किया जाता है?<break-line><break-line>Which of the following is used to create an ordered list in HTML?