Table of Contents
Document.getElementsByTagName Method 

Returns an array of Elements with the specified tag name.

Syntax
 public Element[] getElementsByTagName(
   string tagName
);

Parameters

tagName
The element tag name.
See Also