const h1 = document.createElement("h1"); h1.textContent = "Hello, World!"; document.body.append(h1);