JavaScript HTML DOM - Changing HTML

The HTML DOM allows JavaScript to change the content of HTML elements. You can use innerHTML property to change HTML elements.

Code :