View Profile

Base

Name

virpimegin

About

Word Doc to HTML Online Converter

Convert Word documents to HTML markup!
…of course, it works for any document, not just MS Word 😉

Paste the document you want to convert in the Word Editor, then switch to HTML view using the big tabs at the top of the page.

Switch to HTML view and test the cleaning options.

Clean the dirty markup with the big button or also apply the cleaning features one-by-one with the execute icons.

 

Cleaning Options:

  • styles  –  remove style attributes from each tag: <span style=”color: red;”>highlighted</span>
  • empty icon  –  delete empty tags which do not contain anything: <span>Hello<span></span> World</span>
  • spaces  –  clear successive non-breaking spaces and leave only one instance: <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
  • attributes  –  get rid of tag attributes, except the href of anchors and src of images: <img src=”/icon.png” alt=”icon” width=”52″ height=”52″ id=”pic52″ />
  • class and id ico  –  strip classes and IDs: <img id=”pic52″ class=”right” src=”/icon.png” alt=”icon” width=”52″ />
  • space ico  –  wipe off elements that contain only a &nbsp; character: <p>&nbsp;</p>
  • comments  icon  –  dislodge HTML comments: <!– comment –>
  • plain text icon  –  convert the document to plain text: <p><span class=”header”>text</span></p>

 

source editor commands
Undo, new page, indent markup, compress, activate encoding