Quote:
Originally Posted by pedrovic
Thanks, "DNSB" and "theducks" for the tips.
I tested in Sigil and Kindle Previewer and it's OK.
One more question: can I change <h3> to <h1> for a better HTML semantics?
Best,
Pedrovic
|
Since I use css classes to control the appearance, my preference is <h1> is used for books in a omnibus/box set, <h2> is used for parts within a book and <h3> is used for chapters. I've occasionally used <h4> for sub-chapters but that's been pretty rare. If I get to the point where I might need <h5> or <h6>, I find myself looking at the book structure instead.
I might ask why using h1 instead of h3 would be better HTML semantics? They should be used for heading levels from h1 to h6. In my case, consistency says a single book would not get a <h1>, a book without parts would not get a <h2>, etc.