We have a div tag: <div id='div1' style="background-color:red"></div>
I would like to know how can we change the style attribute of this div tag:-
Can we clear the style value?
Can we append value to the existing style attribute ?
Can we set new value to style attribute
Thanks in advance.