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