js put element code example Example: create element javascript with id var btn = document.createElement('div'); btn.setAttribute("id", "div1");