Answers for "change style some attribute in dom with javascript"

1

style through javascript

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

Code answers related to "change style some attribute in dom with javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language