<html>
<head>
<meta name="author" content="bioskill">
<meta name="content" content="simple example of HTML">
<meta http-equiv="refresh" content="200">
<title>external link example</title>
</head>
<!-- This is a comment -->
<pre>
<a href="http://www.Cs.huji.ac.il/~bioskill/Lesson7/htmlDoc_simple.html">http://www.cs.huji.ac.il/~bioskill/Lesson7/htmlDoc_simple.html</a>
<br>
This is the same:
<br>
<a href="htmlDoc_simple.html">htmlDoc_simple.html</a>
<a href="htmlDoc_simple.html">
<img src="gnome.gif" alt="blue pixy" align="right" height="120" width="100"></img></a>
</pre>
</body>
</html>