+ 2
How change font color using onclick?
There needs to be a word and by clicking on one of the characters it should be changed its color. Something like this: WO<a href="#" onclick="this.style.fontcolor='green'";>R</a>D
2 Respostas
+ 5
WO<a href="#" onclick="this.style.color='green'">R</a>D
+ 1
color