index.html
author Christian Urban <urbanc@in.tum.de>
Sat, 22 Oct 2011 10:34:51 +0100
changeset 0 b369b4a71794
child 1 9e036cad8654
permissions -rw-r--r--
init test

<html> 
<head>
 <title>
 Minimal HTML Document
 </title>
 </head> 
<body>
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.
 </body> 
</html>