How to append text to a “? September 15, 2022 by Tarik Try this: var div = document.getElementById('divID'); div.innerHTML += 'Extra stuff';