@ DocumentNode (location: (1:0)-(1:16))
└── children: (1 item)
    └── @ HTMLElementNode (location: (1:0)-(1:16))
        ├── open_tag:
        │   └── @ HTMLOpenTagNode (location: (1:0)-(1:5))
        │       ├── tag_opening: "<" (location: (1:0)-(1:1))
        │       ├── tag_name: "div" (location: (1:1)-(1:4))
        │       ├── tag_closing: ">" (location: (1:4)-(1:5))
        │       ├── children: []
        │       └── is_void: false
        │
        ├── tag_name: "div" (location: (1:1)-(1:4))
        ├── body: (1 item)
        │   └── @ HTMLCloseTagNode (location: (1:5)-(1:10))
        │       ├── errors: (1 error)
        │       │   └── @ VoidElementClosingTagError (location: (1:5)-(1:10))
        │       │       ├── message: "`br` is a void element and should not be used as a closing tag. Use `<br>` or `<br />` instead of `</br>`."
        │       │       ├── tag_name: "br" (location: (1:7)-(1:9))
        │       │       ├── expected: "<br />"
        │       │       └── found: "</br>"
        │       │
        │       ├── tag_opening: "</" (location: (1:5)-(1:7))
        │       ├── tag_name: "br" (location: (1:7)-(1:9))
        │       └── tag_closing: ">" (location: (1:9)-(1:10))
        │
        ├── close_tag:
        │   └── @ HTMLCloseTagNode (location: (1:10)-(1:16))
        │       ├── tag_opening: "</" (location: (1:10)-(1:12))
        │       ├── tag_name: "div" (location: (1:12)-(1:15))
        │       └── tag_closing: ">" (location: (1:15)-(1:16))
        │
        └── is_void: false