I am creating an interactive programming website where users can type 3 commands: turn right
, turn left
and forward n
. <textarea>
to type commands:
<textarea name="codeEditor" id="codeEditor" ></textarea>
Text is white. If user types any of the commands then text should turn orange. How to accomplish this with <textarea>
?