I have a title and subtitles:
Programmer
Saving the world with bikeshevs and perl hacks.
What I imagine like this:
<h1>The Programmer</h1>
<p><strong>Saving the world with bikesheds and perl hacks.</strong></p>
However, perhaps this is more appropriate:
<h1>The Programmer</h1>
<p class="subtitle">Saving the world with bikesheds and perl hacks.</p>
But, since it seems appropriate to put the class subtitleon an element, this will not be better:
<h1>The Programmer</h1>
<h2>Saving the world with bikesheds and perl hacks.<h2>
What would be more appropriate?
source
share