My goal is to partially color the text. I know that I can use .sendCode("css","this is my message");that will make my text yellow, but I do not want all the text to be yellow.
Perhaps I could create another .css file and then call it from my JavaScript file, but since I'm inexperienced in JavaScript, I would like to help with it. I think this is the fastest way to do this.
source
share