Click me to change my text color.
<script>
function myFunction() {
document.getElementById("demo").style.color = "red";
}
</script>
Click me to change my text color.
<script>
function myFunction() {
document.getElementById("demo").style.color = "red";
}
</script>