HTML and RTF explained
HTML is the markup language of the web, describing document structure — headings, paragraphs, lists, links — which browsers then render.
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.
- Where HTML files come from
- Web pages, email templates and exports from documentation tools.
- Where RTF is used
- Cross-application document exchange, especially from older software.