0
How to change multiple CSS tags with JS
This can change the CSS via JS in HTML, <button onclick=' "document.getElementById("Test").style.color = "blue" '>, but my question is how can I add more then just one CSS codes with JS?
4 Respuestas
+ 3
Danial Azadpour here is a little example I just created but there are other ways to accomplish this
https://code.sololearn.com/Wt9vn4a9C0cM/?ref=app
+ 2
Danial Azadpour
Добро пожаловать
you are welcome
+ 1
Царь СОБАКА - Догго | можешь точная показать как?
+ 1
BroFar thank you