link2.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<!-- 超链接的第二个作用,
定位标记
专业术语:锚
-->
<a name=top>顶部位置</a>
<img src="11.jpg" height=900 width=400 border=10/>
<hr/>
<a name=center>中间位置i</a>
<hr/>
<img src="11.jpg" height=900 width=400 border=10/>
<a href="#top">回到东部</a>
<a href="#center">回到中间部</a>
</body>
</html>

浙公网安备 33010602011771号