Select files for conversion or just drag and drop them to the upload area
Name | ODT | HTML |
Full name | ODT - OpenDocument Text | HTML - Hypertext Markup Language |
File extension | .odt, .fodt | .html, .htm |
MIME type | application/vnd.-oasis.-opendocument.-text | text/html |
Developed by | OASIS | W3C & WHATWG |
Type of format | Document | Document file format |
Description | The Open Document Format for Office Applications (ODF), also known as OpenDocument, is an XML-based file format for spreadsheets, charts, presentations and word processing documents. It was developed with the aim of providing an open, XML-based file format specification for office applications. | HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology, used by most websites to create visually engaging web pages, user interfaces for web applications, and user interfaces for many mobile applications. |
Technical details | The original OpenDocument format consists of an XML document that has <document> as its root element. OpenDocument files can also take the format of a ZIP compressed archive containing a number of files and directories; these can contain binary content and benefit from ZIP's lossless compression to reduce file size. | HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. |
Associated programs | LibreOffice, Microsoft Office, KOffice, Google Docs, OpenOffice.org | Mozilla Firefox, Opera, Google Chrome, Internet Explorer. |
Wiki | https://en.wikipedia.org/wiki/OpenDocument | https://en.wikipedia.org/wiki/HTML |