Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:title Element
What is EPUB 2.0 Metadata "dc:title" Element?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:title" specify a title for the EPUB 2.0 book.
For each EPUB 2.0 book, you must specify at least one "dc:title" metadata element
as shown below:
<dc:title>Row, Row, Row Your Boat</dc:title>
If you want to see an example of "dc:title" metadata, you can download this EPUB 2.0 book, Row-Your-Boat-2.0.epub. Unzip it and open package.opf. You see the "dc:title" metadata element.
⇒ EPUB 2.0 Metadata - dc:language Element
2022-04-13, ∼2484🔥, 0💬
Popular Posts:
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...