document.getElementById("usersList").innerHTML.style="background-color:red" += "<th>" + newuser + "</th>";
With this syntax I am not able to get the background-color of my table rows.
Could you please give me the valid syntax to my question?