javascript - Removing Size and font-size from child elements -
i want remove element attributes divs. divs generated automatically. want iterate through each div , child divs , want remove font-size (font-size: xpx) , size inside font tag <font size="x"> . these examples of div. <div id="headline" class="headline" style="position: word-break: break-all; background-color: rgb(90, 88, 84); width:300px;height:250px"> <div style="text-align: center; font-size: 12px; color: rgb(1, 69, 18);"> <div> <div> <font color="#ffffff" size="6" > <b>this is </b> </font> <b style="color: rgb(255, 255, 255); font-size: xx-large;">a test </b> </div> </div> <div> <div> <b style="color: rgb(255, 255, 255); font-size: xx-large;">demo </b> </div> </div...