<p id="test">hello</p>
<input type="button" onclick="test.style.color = this.value" value="Red" />
<input type="button" onclick="test.style.color = this.value" value="Blue" />
<input type="button" onclick="test.style.color = this.value" value="Orange" />