index.html
changeset 1 9e036cad8654
parent 0 b369b4a71794
child 2 f329c1f3b365
equal deleted inserted replaced
0:b369b4a71794 1:9e036cad8654
     3  <title>
     3  <title>
     4  Minimal HTML Document
     4  Minimal HTML Document
     5  </title>
     5  </title>
     6  </head> 
     6  </head> 
     7 <body>
     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.
     8 Test
     9  </body> 
     9  </body> 
    10 </html>
    10 </html>