View Single Post
Old 11-23-2015, 04:19 PM   #1
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
What does epub:type="chapter" mean?

I only do the very basics with CSS and the editor, usually just enough to fix the book clean enough to be read able on the Kindle

I found this in one of them and it used <section> which I had never seen before W3Schools explained that, but I could not find anything about the the 'epub:type="chapter" ' part and what it means or does.

Can someone explain or point me to an explanation?

Thanks


Code:
<body>

  <section epub:type="chapter" title="CHAPTER">

    <div>

      <h2> ...... </h2>

    </div>

  </section>

</body>
phossler is offline   Reply With Quote