<ul id="list"></ul>
const list = document.querySelector("#list"); list.insertAdjacentHTML("beforeend", `<li>Apple</li>`);