EPUB and DOCX explained
EPUB is essentially a website in a box — a ZIP of XHTML and CSS. Because the content is reflowable, the reader chooses the font size and the text re-wraps, rather than being locked to a page.
DOCX is a ZIP archive containing XML that describes a Word document's content and formatting. Renaming one to .zip and opening it shows the structure directly.
- Where EPUB files come from
- E-book stores, library lending and self-publishing.
- Where DOCX is used
- Microsoft Word, Google Docs exports and Pages exports.