author | Christian Urban <urbanc@in.tum.de> |
Sat, 22 Oct 2011 10:34:51 +0100 | |
changeset 0 | b369b4a71794 |
child 1 | 9e036cad8654 |
index.html | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Sat Oct 22 10:34:51 2011 +0100 @@ -0,0 +1,10 @@ +<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>