Replacing the Element with specific attribute and its value
- by Wazdesign
<p>
lorem ipsum lorem ipsums <font style="background-color:yellow">ipsum</font> ipsume lorem
</p>
how to replace the <font> tag with <abbr> so the out put will be like this.
<p>
lorem ipsum lorem ipsums <abbr style="background-color:yellow">ipsum</abbr> ipsume lorem
</p>