Answers for "how to change css propety using dom"

1

style through javascript

element.style.backgroundColor = "red";   // set the background color of an element to red
Posted by: Guest on July-10-2020
1

how to change css using javascript

document.getElementById("myText").className = "anyNewClass"
Posted by: Guest on August-02-2020

Code answers related to "how to change css propety using dom"

Code answers related to "Javascript"

Browse Popular Code Answers by Language