HTMLTableRowElement.NodeName
Usage:
Description:
HTML node name. Every type of HTML node has a node name
Node Node name.
- Attribute - Name;
- Comment -contains the text of the comment;
- Document - document;
- Element - TagName;
- Text - text.
Availability:
Note:
Node name, unlike the local node name, can contain a prefix that the local name does not have.