Website Developer Question:

Download Job Interview Questions and Answers PDF

Tell me how Do You Change The Style/Class On Any Element From JavaScript?

Website Developer Interview Question
Website Developer Interview Question

Answer:

Following JavaScript will modify the style/class of an HTML element.

document.getElementById(“input”).style.fontSize = “10”;
-or-
document.getElementById(“button”).className = “classname”;

Download Website Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us how Do You Add Comments In CSS?Do you know what Is Scope In JavaScript?