+ 1
How can we style JavaScript
Addition of css to JavaScript.. How to add css to JavaScript... For example:how to style JavaScript's alert box.
3 Answers
+ 3
You can change the CSS by getting an element(document.getElementById(ânameâ).style.) and adding what you want to change. For example, changing the color to red, would be as simple as adding color = âredâ; to the end
+ 1
Can you please explain your question more?
+ 1
Maybe this might help (the second page): https://www.sololearn.com/learn/JavaScript/2754/