DOM jako drzewo

<body>
  <div id="d1">
    tekst1
    <img src="obraz.jpg" />
  </div>
  <div id="d2">
    tekst2
  </div>
</body>