Answer the question
In order to leave comments, you need to log in
How to style html tag?
You need to add style to. Despite the fact that you need to add it not in css, but directly in the html tag
Answer the question
In order to leave comments, you need to log in
element.style.color = "red";
element.style.background = "green";
element.style.cssText = "color:red;background:green";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question