Tools, FAQ, Tutorials:
EPUB 3.0 Metadata - dc:creator and dc:contributor Elements
What is EPUB 3.0 Metadata "dc:creator" and "dc:contributor" elements?
✍: FYIcenter.com
EPUB 3.0 Metadata "dc:creator" and "dc:contributor" are optional metadata elements
to specify authors and contributors of the EPUB 3.0 book.
For example, the following two elements specify the author and the illustrator of the book "Adventures of Tom Sawyer":
<dc:creator>Mark Twain</dc:creator>
<dc:contributor>True Williams</dc:contributor>
If you want to see an example of "dc:creator" and "dc:contributor elements, you can download this EPUB 3.0 book, Row-Your-Boat-3.0.epub. Unzip it and open package.opf. You see "dc:creator" and "dc:contributor elements.
⇒ EPUB 3.0 Metadata - dc:publisher and dc:rights Elements
2018-05-19, ∼2591🔥, 0💬
Popular Posts:
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...