Hapus properti HTML oleh JS

document
      .getElementById("your_idname")
      .removeAttribute("example_name_attribute");
Zarden