how to change element style in html code example
Example: style through javascript
element.style.backgroundColor = "red"; // set the background color of an element to red
element.style.backgroundColor = "red"; // set the background color of an element to red