I have an HTML file that contains the following ALT attribute:
alt="Hello I am <nobr>Please replace me</nobr> and I'm cool"
I need to use SED in a bash script to replace the above line with:
alt="Hello I am Please replace me and I'm cool"
How do I only target only the tag inside a alt attribute?