index.html
changeset 0 b369b4a71794
child 1 9e036cad8654
equal deleted inserted replaced
-1:000000000000 0:b369b4a71794
       
     1 <html> 
       
     2 <head>
       
     3  <title>
       
     4  Minimal HTML Document
       
     5  </title>
       
     6  </head> 
       
     7 <body>
       
     8 This paragraph is a very simple HTML sample containing only text with very few tags. Compare this to its source code to see the minimum elements required for an HTML document.
       
     9  </body> 
       
    10 </html>