Quote:
Originally Posted by Quoth
If you want simple and reliable and repeatable rendering, use <p class="myquote"> and never blockquote (though fans of semantics in HTML will disagree, but then you don't believe in <em> and <strong>.).
Also you might want h2 for other headings and not just chapters.
There is a good reason CSS was invented. We didn't always have it.
|
If you want <h2> for something other then chapter headings, that's where a class comes in to play.
As for block text, <blockquote> is best. It's simplifies the code.
I'm not a fan of excess code or code that tried to duplicate something else but in a more complex way.