// TO select all the h1 from Html document.querySelectorAll("h1") //To select h1 from a particular class or id document.querySelector(".className/#id h1")