~/www/Lesson7/htmlDoc_simple.html.html <html>
<head>
<meta name="author" content="bioskill">
<meta name="content" content="simple example of HTML">
<title>simple example in HTML</title>
</head>
<body>
This is the body!
</body>
</html>