链接使用实例

<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>

<html>
  <head> 
     <title>超链接页面</title>
     <meta http-equiv="refresh"content="1"/>
     <meta http-equiv="refresh"content="3"url="https://hao.360.cn/?wd_xp1"/>
       </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"alt="请点击该图片"width="80px"height="80px">
   </a>
   <br>泰山风景介绍
  </body>
</html>

  

时间最会骗人,但也能让你明白,这个世界上没有什么是不能失去的,留下的尽力珍惜,得不到的都不重要
原文地址:https://www.cnblogs.com/www-x/p/7650286.html