<html>
<title> A simple web page with an external link </title>

<body>
<p>I am a fan of the <a href="http://mets.com">New York Mets </a>.  Sad, isn't it?
<img src="MetsLogo.gif" height="20%">
</body>
</html>