+ 4
What we can do CSS work with JavaScript or JavaScript work with CSS ?Âż
5 Answers
+ 4
It's your choice because both will work
+ 3
Javascript makes the css alive
+ 2
you can modify CSS by using Javascript, with the "style" property. Read more at:
https://www.w3schools.com/js/js_htmldom_css.asp
+ 2
They have separate tasks.
HTML - Page Structure
CSS - Presentation (styling)
JavaScript - Behavior
Of course u can manupulate CSS and HTML (DOM) using JavaScript.
+ 1
css work with javascript.