Frank T. Clark
Software Systems Design Engineer
/Home
/Professional
/Papers
/HTML
www.Frank-T-Clark.com
HTML versus WORD
(Under construction)
The reason why HTML format files are better compared to DOC format files.
This is an explanation for why I prefer HTML format files to DOC format
files.
-
HTML is an industry standard file format whereas DOC is a Microsoft
proprietary file format.
-
HTML is a text file format whereas DOC is a binary file format.
-
HTML is fully supported by any standard file diff and source
control.
DOC has only limited support, if any, as a binary format.
-
HTML is viewable in any industry standard Internet browser including
Microsoft Windows Explorer. DOC can only be viewed with some Microsoft
proprietary tools and not in Microsoft Windows Explorer.
-
HTML is editable in any industry standard editor including Microsoft
Windows Visual Studio. DOC can only be edited with some Microsoft
proprietary tools and not in Microsoft Windows Visual Studio.
-
HTML is conceptually simpler. (I suppose some consider this a drawback.)
-
HTML works minimally in any version of software. DOC files suffer
numerous version incompatibilities.
-
HTML requires only a handful of commands for most documents.
I fully appreciate that some prefer a WYSIWYG editor.
WORD has WYSIWYG support for HTML format,
though it uses a ridiculous number of format tags.
There are also numerous compatability problems.
There are numerous WYSIWYG HTML editors available,
some of them are free.
2004-05-26