how to create a html element with a specific style in javascript 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