Is there a way to dynamically update an HTML tag?
The HTML tag I have is:
hello
Is there a way through
document.getElementById("something").innerHTML = 'Something New';