replace ascii trees: dns hierarchy, dom structure

This commit is contained in:
2026-04-20 11:38:28 +02:00
parent 5d4d167cbd
commit 8ed7796968
6 changed files with 121 additions and 20 deletions

View File

@@ -491,15 +491,7 @@ Funktionale Programmierung, Original-Array bleibt unverändert
- JavaScript kann diesen Baum **lesen und ändern**
- Jedes HTML-Element = ein "Node"
```
document
└── html
├── head
│ └── title
└── body
├── h1
└── p
```
![bg right:45% fit](./assets/demos/dom-tree.png)
<!--
DOM = Programmierschnittstelle für HTML