get text of h1 javascript code example Example: get h1 text javascript var h1Text = document.querySelector("h1").innerText;