Tools, FAQ, Tutorials:
What Is EPUB 3.0 Package Metadata
What Is EPUB 3.0 Package Metadata
✍: FYIcenter.com
EPUB 3.0 Package Metadata
encapsulates meta information of the EPUB 3.0 book.
Package Metadata, represented by the "metadata" element, is specified as the first required sub-element of the root "package" element in an EPUB 3.0 package file like package.opf:
<package ...>
<metadata ...>
...
</metadata>
...
</package>
The "metadata" element must have the following required sub-elements:
The "metadata" element can also have additional optional sub-elements like:
2018-06-01, ∼2219🔥, 0💬
Popular Posts:
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...