Решение: ```js var ul = document.body.children[0]; ul.insertAdjacentHTML("beforeEnd", "
  • 3
  • 4
  • 5
  • "); ```