window.onload = function () {
var paragraphs = document.querySelectorAll("p");
var cl = document.querySelectorAll("#outerDiv");
alert(paragraphs.length);
alert(cl.length);
}