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, ∼2815🔥, 0💬
Popular Posts:
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...