Reset style | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Reset style

Can someone please tell me more about reset style on css.

11th Nov 2016, 4:10 PM
Sidepocket
Sidepocket - avatar
1 Answer
+ 2
well, if i have this: <span id="01" style="color: red">Text</span> I can reset the style with javascript: document.getElementById('01').setAttribute('style', '')
12th Nov 2016, 11:50 PM
Pytness
Pytness - avatar