var d = document.createElement('div'); d.id = 'DIV1'; d.style.width = '100px'; d.style.height = '50px'; d.style.border = '1px solid red';