Quote:
Originally Posted by exaltedwombat
What were the <p> tags around your <h2> ones intended to do? Extra spacing? You can get the same result by modifying the effect of 'h2' in your stylesheet.
|
Sometimes having h tags grouped together can be helpful. In that case a div can be used around them. I use the <header> tag for that grouping but that doesn't fly with epub 2 which is one of the reasons I use epub 3. For the sake of consistency (one of the hobgoblins of my small mind) I use header tags around single h tags as well as multiple ones.