超链接的应用场合
页面间链接:A页到B页
锚链接:A页甲位置到A页乙位置或A页甲位置到B页乙位置
<a name="marker">目标位置乙</a>
<a href="#marker">当前位置甲</a>
功能性链接:在页面中调用其它程序功能