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>