how to give class to a child tag html code example
Example: Which DOM method follows CSS syntax?
/*Do this for classes*/
document.querySelector(".example");
/*Do this for IDs*/
document.querySelector("#example");
/*This selects all of the elements in those groups*/