Tools, FAQ, Tutorials:
EPUB 3.0 Metadata - dc:description Element
What is EPUB 3.0 Metadata "dc:description" Element?
✍: FYIcenter.com
EPUB 3.0 Metadata "dc:description" is an optional metadata element
to specify a long description of the EPUB 3.0 book.
Here is a good example of a "dc:description" metadata element
<dc:description>"Row, Row, Row Your Boat" is a popular children's song....</dc:description>
If you want to see an example of "dc:description" metadata, you can download this EPUB 3.0 book, Row-Your-Boat-3.0.epub. Unzip it and open package.opf. You see a "dc:description" metadata element.
⇒ EPUB 3.0 Metadata in Calibre Book Library
2018-04-28, ∼4360🔥, 0💬
Popular Posts:
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...