I have some ebooks in html and I am trying to adjust them to convert into epub files using Calibre. I am using FBreader on my Android device and there is a list of text styles in settings.
For now I found out how to reach these elements:
Quote:
<h1> - header 1
<h2> - header 2
<h3> - header 3
<h4> - header 4
<h5> - header 5
<h6> - header 6
<p> - regular paragraph
<i> - italic
<b> - bold
<strong> - strong
|
(it was quite easy) but still I don't know how to obtain:
Quote:
Title,
Section title,
Subtitle,
Annotation,
Epigrapf,
Author,
Poem title,
Stanza,
Verse,
Cite,
Footnote,
Emphasis,
Definition,
Definition description,
Preformated text,
Code.
|
Do I have to use ID or class?
I would be greatful for your help.