Contains the element name (the name that appears within the tag).
Syntax
strValue = oXMLDOMElement.tagName
Remarks
String. The property is read-only. It contains the string that represents the element's name. For example, the tag name is "book" in the tag:
<book ISBN="1572318546">
Applies To
XMLDOMElement