Finding HTML Element by Id

HTML
var myElement = document.getElementById("intro");
Source

Also in HTML: