how to use important attribute via javascript code example
Example: how to make a property important in javascript
element.style.setProperty("display", "inline", "important")
element.style.setProperty("display", "inline", "important")