野心家

导航

链接使用实例

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

  

posted on 2017-10-11 14:12  野心家  阅读(233)  评论(0编辑  收藏  举报