Converting document from doc to HTML

doc

Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format.
The extension was initially used for plain text documentation on several different operating systems.
It can contain several different types of data such as images, formatted as well as plain text, graphs, charts, embedded objects, links, pages, page formatting, print settings and a lot others.
The format was popular for all sorts of documentation due to the variety of options it offers to users for writing manuals, proposals, specifications, resumes, articles or any similar documents.
The updated version of DOC is DOCX which is based on Office OpenXML whose specifications are openly available.

HTML

HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
Known as language of the web, HTML has evolved with requirements of new information requirements to be displayed as part of web pages.
The latest variant is known as HTML 5 that gives a lot of flexibility for working with the language.
HTML pages are either received from server, where these are hosted, or can be loaded from local system as well.
Each HTML page is made up of HTML elements such as forms, text, images, animations, links, etc.
These elements are represented by tags and several others where each tag has start and end.
It can also embed applications written in scripting languages such as JavaScript and Style Sheets (CSS) for overall layout representation.

File: