Html
超链接类型
1
普通链接
<a href="http://www.hao123.com">链接到外部网页</a>
<
a
href="inner.htm">链接到内部网页
</
a
>
<
a
href="innerPic.bmp">链接到图片
</
a
>
<
a
href="#">空链接
</
a
>
2
锚记链接
定义锚: <a name="mark2">中国</a>
链接锚
:
<
a
href="#mark2">中国
</
a
>
3
电子邮件链接
<
a
href="mailto:boy_clould@163.com">给我写信
</
a
>
4
加入收藏夹
,
设为首页代码
<
a
target=_top href="javascript:window.external.addFavorite('http://www.webjx.com','
网页教学网
');">
加入收藏
</
a
>
<
a
href='#' onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.webjx.com');">
设为首页
</
a
>