html基础

超链接的应用场合

页面间链接:A页到B页

锚链接:A页甲位置到A页乙位置或A页甲位置到B页乙位置

<a name="marker">目标位置乙</a>

<a href="#marker">当前位置甲</a>

功能性链接:在页面中调用其它程序功能

 

posted @ 2017-05-08 21:01  飞鹰翔空  阅读(86)  评论(0)    收藏  举报