Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:subject Element
What is EPUB 2.0 Metadata "dc:subject" Element?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:subject" is an optional metadata element
to specify the subject category of the EPUB 2.0 book.
When using "dc:subject" metadata element, you should follow an industry standard like: BISAC (Book Industry Standards And Communications). For example, the following metadata element specify that the EPUB book subject category is "MUSIC Lyrics" based on BISAC standard:
<dc:subject>MUSIC / Lyrics</dc:subject>
If you want to see an example of "dc:subject" 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:subject" metadata element.
⇒ EPUB 2.0 Metadata - dc:date Element
2019-01-26, 1952👍, 0💬
Popular Posts:
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...