// snippet that copies the html for my button(s) function copyButton() { navigator.clipboard.writeText (''); alert("button html copied!"); }