hi i would like to change just part of my code to change the color of my answer to my maths game see the code
document.write("<br>3+2 = " + answer1 + " is incorrect - the correct answer is 5");
see where it says the answer is 5 i would like to change it to red but cant find how to do it
thanks
document.write(
"<br>3+2 = "+answer1+" is incorrect! - "+("The correct answer is 5.").fontcolor('red'));