Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:description Element
What is EPUB 2.0 Metadata "dc:description" Element?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:description" is an optional metadata element
to specify a long description of the EPUB 2.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 2.0 book, Row-Your-Boat-2.0.epub. Unzip it and open package.opf. You see a "dc:description" metadata element.
2019-01-26, 2718🔥, 0💬
Popular Posts:
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...