Node.ELEMENT_NODE

Node.ELEMENT_NODE field

An Element node like <p> or <div>.

public const ushort ELEMENT_NODE;

Remarks

Reference:

DOM Standard - defines a platform-neutral model for events, aborting activities, and node trees.DOM Standard (DOM) # interface-node.GitHub - repository hosts the DOM Standard.

See Also