Introduction:
This tutorial is on how to create simple, small tabs in Javascript.
When I say 'small tabs', I mean that this shouldn't be used for tabs holding large amounts of content.
HTML:
First we want to create a text area in which we are going to be holding the tab content...