@ DocumentNode (location: (1:0)-(1:17))
├── errors: (1 error)
│   └── @ UnclosedElementError (location: (1:17)-(1:17))
│       ├── message: "Tag `<div>` opened at (1:1) was never closed before the end of document."
│       └── opening_tag: "div" (location: (1:1)-(1:4))
│
└── children: (1 item)
    └── @ HTMLElementNode (location: (1:0)-(1:17))
        ├── errors: (1 error)
        │   └── @ MissingClosingTagError (location: (1:1)-(1:4))
        │       ├── message: "Opening tag `<div>` at (1:1) doesn't have a matching closing tag `</div>`."
        │       └── opening_tag: "div" (location: (1:1)-(1:4))
        │
        ├── open_tag:
        │   └── @ HTMLOpenTagNode (location: (1:0)-(1:17))
        │       ├── tag_opening: "<" (location: (1:0)-(1:1))
        │       ├── tag_name: "div" (location: (1:1)-(1:4))
        │       ├── tag_closing: ">" (location: (1:16)-(1:17))
        │       ├── children: (1 item)
        │       │   └── @ HTMLAttributeNode (location: (1:5)-(1:16))
        │       │       ├── name:
        │       │       │   └── @ HTMLAttributeNameNode (location: (1:5)-(1:10))
        │       │       │       └── name: "value" (location: (1:5)-(1:10))
        │       │       │
        │       │       ├── equals: "=" (location: (1:10)-(1:11))
        │       │       └── value:
        │       │           └── @ HTMLAttributeValueNode (location: (1:11)-(1:16))
        │       │               ├── open_quote: ∅
        │       │               ├── children: (1 item)
        │       │               │   └── @ LiteralNode (location: (1:11)-(1:16))
        │       │               │       └── content: "hello"
        │       │               │
        │       │               ├── close_quote: ∅
        │       │               └── quoted: false
        │       │
        │       │
        │       └── is_void: false
        │
        ├── tag_name: "div" (location: (1:1)-(1:4))
        ├── body: []
        ├── close_tag: ∅
        └── is_void: false