HTMLTableElement.NodeValue
Usage:
Description:
Contains the HTML node value. Not all types of HTML node have node values.
Node Node value
- Attribute - Value;
- Comment - Data, contains comment;
- Document - Undefined;
- Element - Undefined;
- Text - Data, contains node text.
Availability:
Note: