Answers for "how to change test colo on js button"

0

how to change test colo on js button

var about;   
function init() { 
    about = document.getElementById("about").innerHTML;
    about.style.color = 'blue';
}
Posted by: Guest on September-14-2020

Code answers related to "how to change test colo on js button"

Code answers related to "Javascript"

Browse Popular Code Answers by Language