When clicking on tab A, show content for tab A. Click on tab B, show content for tab B, and so on.
What\'s the most simple and compatible way of constructing a HTML snip
If you want to implement your own tab view, just do it like this:
Tab 1 Tab 2 Tab 3 Tab 4 This is Tab 1 This is Tab 2 This is Tab 3 This is Tab 4
A jsFiddle is available here.