First page Back Continue Last page Image
The DOM textContent Property
- The textContent property sets or returns the text content of the specified node, and all its descendants
- If you set the textContent property, any child nodes are removed and replaced by a single Text node containing the specified string
-