Finding HTML Element by Id

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

Also in JavaScript: