0
Is java script use css
How to connect front end with back end
1 ответ
+ 2
Your description is different than what title says. Please rephrase your question. You can edit it by clicking 3 dots at top right corner.
Answering title,
JS can do many things with css. Element.classList ,
Element.className ,
Element.style,
Element.setAttribute() /*for setting html 'style' attribute*/,
window.getComputedStyles() are some of the ways to do it.