Qus निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों का चयन करता है जो समान तत्वों के सेट के बीच डिफ़ॉल्ट हैं?
A. :default
B. :%
C. :disabled
D. None of these
Solution
A. :defaultExplanation
The :default selector selects the default form element in a group of related elements.
The :default selector can only be used on <button>, <input type="checkbox">, <input type="radio">, and <option> elements