例2-4
<html>
<head><title>超链接页面</title></head>
<body>
<h4>超链接标签的使用</h4>
<a href="http://www.mount-tai.com.cn/nature.shtml">泰山风景介绍</a>
<hr width="100%"size="1"color="red">
<h4>图片链接标记的使用</h4>
<a href="http://www.mount-tai.com.cn/nature.shtml">
<img src="image/taishan.jpg"width="80px"height="80px"alt="请点击图片">
</a>
<br/>泰山风景介绍
</body>
</html>