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, 1467👍, 0💬
Popular Posts:
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How to add a new operation to an API on the Publisher Portal of an Azure API Management Service 2017...