Is there a way to add different colors to the objects below... the way I'm doing is not working when I output to a textarea.
//Print out InputTextToSave 10
document.getElementById('inputTextToSave10').innerHTML=
"Name" + "\n" + studentname.fontcolor("red").bold()
+ "Number " + studentnumber.fontcolor("blue").bold();
<textarea id="inputTextToSave10" style="width: 1300px; height: 857px;
background-color: #333333; font-family: Arial; font-size: small; font-
weight: normal; color: #FFFFFF;"></textarea>