When we use html dom,we normally run code such as :
document.getElementById(\'id\').innerHTML = \'new text\' to change the contents of a tag such as &l
document.getElementById(\'id\').innerHTML = \'new text\'
&l