JavaScript DOM HTML property: nodeType
[this page | pdf | back links]
The nodeType property
of HTML
elements within the JavaScript
DOM returns
the node type of the element. It is a number:
|
Type of node
|
nodeType property
|
|
Element node
|
1
|
|
Attribute node
|
2
|
|
Text node
|
3
|
|
Comment node
|
8
|
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)