Element Selector ("element") element 1.0 An element to search for. Refers to the tagName of DOM nodes. Selects all elements with the given tag name.

JavaScript's getElementsByTagName() function is called to return the appropriate elements when this expression is used.

Finds every DIV element. DIV1
DIV2
SPAN ]]>