Using innerHTML

innerHTML is a read/write property of a DOM element that gets/sets the HTML contained in the element.

The script tag and the DOM

Today I'm going to talk about the DOM. Things you might not know, tricks, nuances and some best practices (I think). So, let's get to it.