XML DOM parentNode Property | Rookie Tutorial
Rookie Tutorial β Learning is not just about technology, but also dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
XML DOM Tutorial
- XML DOM Tutorial
- DOM Introduction
- DOM Nodes
- DOM Node Tree
- DOM Parsing
- DOM Load Function
- DOM Methods
- DOM Access
- DOM Node Information
- DOM Node List
- DOM Traversal
- DOM Browser
- DOM Navigation
- DOM Get Node
- DOM Change Node
- DOM Remove Node
- DOM Replace Node
- DOM Create Node
- DOM Add Node
- DOM Clone Node
- DOM XMLHttpRequest
- DOM Node Type
- DOM Node
- DOM NodeList
- DOM NamedNodeMap
- DOM Document
- DOM DocumentImpl
- DOM DocumentType
- DOM ProcessingInst
- DOM Element
- DOM Attribute
- DOM Text
- DOM CDATA
- DOM Comment
- DOM XMLHttpRequest
- DOM ParseError Obj
- DOM Parser Error
- DOM Summary
- DOM Examples
- DOM Validation
XML DOM parentNode Property
Definition and Usage
The parentNode property returns the parent node of a node.
Syntax
nodeObject.p
```
YouTip