I normally use...
PHP Code:
<h2>My Heading</h2>
<p class="chapterh2">My Sub heading</p>
That way I can style the sub heading separately to the main heading
For your second question, use the title="" property
PHP Code:
<h2 title="1 - Title">Chapter 1 - Big Title</h2>