Share via

Creating HTML with Word 2007

Anonymous
2014-05-10T02:38:41+00:00

If I used Word 2007 to create an HTML document and I had Office 2012 on my computer, when I save the document, would the HTML show that the document was created in Microsoft Word 2007 or Microsoft Word 2012?

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2014-05-10T04:49:31+00:00

    Word 2007 will put the following header on the html

    <head>
    <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
    <meta name=Generator content="Microsoft Word 12 (filtered)">
    <style>or
    
    <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">  <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 12"> <meta name=Originator content="Microsoft Word 12"> depending on whether the HTML is filtered or not
    

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments