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, ∼2711🔥, 0💬
Popular Posts:
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...