I have been trying to change certain part of text to bold and red color.
It's not working on Microsoft Edge.
My code:
alert("Hi how are you my friend");
Need to make text : "friend" as bold and red color
I tried this but does not work
alert("Hi how are you my <b> <background-color = red"> friend </b>);
Any solution is much appreciated