How do I convert Word documents to HTML?
Thursday, September 29, 2011 8:00:00 AM
For occasional document conversion you could use Word's and Excel's Save-As-HTML feature (make sure you choose the Filtered HTML option), however this process generates markup that targets desktop browsers and Internet Explorer in particular, so you still have to do some manual cleanup of the resulting HTML.
You could also try online document converters, such as the one at Word2CleanHTML.
For multiple or complex conversions, you should use professional tools such Word Cleaner.
For best results make sure you include the following tags in the <head> element of your HTML documents:
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
- <meta name="HandheldFriendly" content="true" />
© Tenet Computer Group Inc.