* 1.0 Selects all elements.

Caution: The all, or universal, selector is extremely slow, except when used by itself.

Finds every element (including head, body, etc) in the document. " + elementCount + " elements found");]]> DIV SPAN

P

]]>
A common way to select all elements is to find within document.body so elements like head, script, etc are left out. " + elementCount + " elements found");]]>
DIV
SPAN

P

]]>