DOCX and HTML explained
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.
HTML is the markup language of the web, describing document structure — headings, paragraphs, lists, links — which browsers then render.
- Where DOCX files come from
- Microsoft Word, Google Docs exports and Pages exports.
- Where HTML is used
- Web pages, email templates and exports from documentation tools.