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, ∼2767🔥, 0💬
Popular Posts:
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...