Hello World
A simple "hello world" in html shouldn't be a big deal.
Well, if you were to take MS Word and type "Hello World" and then save as a web page, well... apparently it's quite the big deal to MS Word :)
Note: I cut the < and the >'s out so you could see it and I wouldn't have to mess with trying to figure out how to get it to show :)
html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40"
head
meta name=Title content="Hello World"
meta name=Keywords content=""
meta http-equiv=Content-Type content="text/html; charset=macintosh"
meta name=ProgId content=Word.Document
meta name=Generator content="Microsoft Word 11"
meta name=Originator content="Microsoft Word 11"
link rel=File-List href="Hello%20World_files/filelist.xml"
titleHello World/title
!--[if gte mso 9]xml
o:DocumentProperties
o:TemplateNormal/o:Template
o:LastAuthorShad Itschner/o:LastAuthor
o:Revision1/o:Revision
o:TotalTime1/o:TotalTime
o:Created2005-03-10T15:10:00Z/o:Created
o:LastSaved2005-03-10T15:11:00Z/o:LastSaved
o:Pages1/o:Pages
o:Lines1/o:Lines
o:Paragraphs1/o:Paragraphs
o:Version11.256/o:Version
/o:DocumentProperties
o:OfficeDocumentSettings
o:AllowPNG/
/o:OfficeDocumentSettings
/xml![endif]--!--[if gte mso 9]xml
w:WordDocument
w:DisplayHorizontalDrawingGridEvery0/w:DisplayHorizontalDrawingGridEvery
w:DisplayVerticalDrawingGridEvery0/w:DisplayVerticalDrawingGridEvery
w:UseMarginsForDrawingGridOrigin/
/w:WordDocument
/xml![endif]--
style
!--
/* Font Definitions /
@font-face
{font-family:"Times New Roman";
panose-1:0 2 2 6 3 5 4 5 2 3;
mso-font-charset:0;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:50331648 0 0 0 1 0;}
/ Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";}
table.MsoNormalTable
{mso-style-parent:"";
font-size:10.0pt;
font-family:"Times New Roman";}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
--
/style
/head
body bgcolor=white lang=EN-US style='tab-interval:.5in'
div class=Section1
p class=MsoNormalHello World/p
/div
/body
/html