Java wep 之泰山自然页面

<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>

原文地址:https://www.cnblogs.com/meng2/p/7529124.html