let btn = document.createElement("button"); btn.type = "submit"; btn.id = "delete"; btn.innerText = "Delete"; cellfive.appendChild(btn);