<spanclass="category"><ahref="http://api.jquery.com/category/selectors/"title="View all posts in Selectors">Selectors</a>><ahref="http://api.jquery.com/category/selectors/basic-css-selectors/"title="View all posts in Basic">Basic</a></span>
<dd>An element to search for. Refers to the tagName of DOM nodes.</dd>
</dl></li></ul>
<pclass="desc"><strong>Description: </strong>Selects all elements with the given tag name.</p>
<divclass="longdesc"><p>JavaScript's <code>getElementsByTagName()</code> function is called to return the appropriate elements when this expression is used.</p></div>