Tools, FAQ, Tutorials:
3Pigs1-3.1.epub - Single XHTML File
Can I use XHTML technology only to build an EPUB 3.1 book? I want to build EPUB book with "The Three Little Pigs" story.
✍: FYIcenter.com
Yes, you can use XHTML technology only to build an EPUB 3.1 book.
For example, you can download this EPUB book, 3Pigs1-3.1.epub, which has the entire "The Three Little Pigs" story coded in a single XHTML file, content.xhtml:
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Three Little Pigs</title>
</head>
<body>
<h2>The Three Little Pigs</h2>
<h4>The Opening</h4>
<p>Once upon a time there were three little pigs. One day their mother
said, “You are old now. You can make your own houses.” Mrs. Pig kissed
each little pig on the nose. “Take care! There is a big bad wolf about.
Build your houses good and strong, and NEVER NEVER let that bad old wolf
through the door.” The three little pigs said, “Bye, bye mom!” and off
they went.
</p>
<h4>The First Pig</h4>
<p>The first little pig saw a farmer with some straw. So he said to the
farmer, “Please give me some straw to build a house.” The farmer said,
“Yes” and gave the little pig a big bundle of straw. The little pig said,
“Thank you!” and he made a house of straw.
</p>
...
If you open 3Pigs1-3.1.epub in Calibre,
you see "The Three Little Pigs" story displayed nicely in a single reading flow:
⇒ 3Pigs2-3.1.epub - Multiple XHTML Files
⇐ EPUB 3.1 With XHTML Technologies
2019-01-12, ∼2493🔥, 0💬
Popular Posts:
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...