RTF and HTML explained
RTF is a plain-text markup format for styled documents. Opening one in a text editor shows readable markup, which makes it unusually durable — but it supports only basic formatting.
HTML is the markup language of the web, describing document structure — headings, paragraphs, lists, links — which browsers then render.
- Where RTF files come from
- Cross-application document exchange, especially from older software.
- Where HTML is used
- Web pages, email templates and exports from documentation tools.