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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
<html> 
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
<head>
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
 <title>
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
 Minimal HTML Document
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
 </title>
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
 </head> 
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
<body>
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     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.
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     9
 </body> 
b369b4a71794 init test
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    10
</html>