I have this html code with php variable the text will be display in color black but I don't know how to make the variable to be in color red
here is the code
<br>Your Intrest Rate is: ".$interest_rate."%\n<br>
when I do
<br>Your Intrest Rate is: ".<a color=red>$interest_rate</a>."%\n<br>
the page stops working
How can I do this please advise?
` – Qirel Nov 07 '16 at 15:35