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