var div = document.createElement('div'); div.id = 'ddd';
Текст
div.innerHTML += 'Текст';
div.textContent = 'Текст'
А мне надо:
Как сделать такое?