for (var i=0; i<document.body.childNodes.lengh; i++) { var child = document.body.childNodes[i]; alert(child.tagName) }