Qus : Which of the following methods can be used to remove an attribute from an HTML element?
QusHTML तत्व से किसी विशेषता को हटाने के लिए निम्नलिखित में से किस विधि का उपयोग किया जा सकता है?
A. removeAttr() B. deleteAttribute()
C. removeAttribute() D. deleteAttr()
Solution
C. removeAttribute()
Explanation
The removeAttribute() method removes a specified attribute from an element. It’s often used to remove things like id, class, or disabled attributes.