Structural Rules

Title elements become tab labels.

Any rest contents until next title element become tab panel contents.

Customized Title Elements
Title elements does not have to be `h1` to `h6`. Use `titleSelector` option to customize title element.
JavaScript
		$('.region').tab({
			titleSelector: 'dt'
		});