Tools, FAQ, Tutorials:
EPUB 3.0 Metadata - dc:subject Element
What is EPUB 3.0 Metadata "dc:subject" Element?
✍: FYIcenter.com
EPUB 3.0 Metadata "dc:subject" is an optional metadata element
to specify the subject category of the EPUB 3.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 3.0 book, Row-Your-Boat-3.0.epub. Unzip it and open package.opf. You see a "dc:subject" metadata element.
⇒ EPUB 3.0 Metadata - dc:date Element
2018-04-28, ∼3232🔥, 0💬
Popular Posts:
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...