9 January 2014

How do you change the style/class on any element using JavaScript?

  document.getElementById("myText").style.fontSize = "20";

No comments:

Post a Comment