~/www/Lesson7/htmlDoc_table.html.html <html>
<head>
<meta name="author" content="bioskill">
<meta name="content" content="simple example of HTML">
<title>table example</title>
</head>
<body>
<font size="10">
<table border="1" cellpadding="5" cellspacing="1" bgcolor="#C0FFF0">
       <tr><th>id</th><th>login</th><th>grade</th><tr>
       <tr><td>1</td><td>waldo</td><td>&nbsp</td><tr>
       <tr><td>2</td><td>yoram01</td><td>100</td><tr>
</table>
</font>
</body>
</html>