Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
There are different types of nodes, some of which you have already seen in the example images above. The main ones you will encounter are:
- Document: the document Node, the start of the tree
- Element: an HTML tag
- Attr: an attribute of a tag
- Text: the text content of an Element node
- Comment: an HTML comment
- DocumentType: the Doctype declaration