- 02-13 09:47
- Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Alexa Toolbar)
-
Weiven
管理员
头衔 站长
注册 07-02-08
来自 北京
-
Html 书签的使用
当网页内容太长或要导航到其它页面的一个具体位置时,可以使用 Html 中书签。
1.同一个web页面链接
首先设计书签
<a name=”top”></a>
在不同位置定义
<a href=”#top”>返回到top位置</a>
2.不同的页面之间转接
如果是在不同的页面之间链接时要在href属性中加上网页名称。
First.html中定义了书签
<a name=”top”>Top的位置</a>
现在要从Second.html中转入First.html并且将位置定到top所在的位置
可以设置
<a href=”first.html#top”>return first Top</a>
广告位招租,广告代号:BbsGGADtop
互联网就是交流探讨 否则就落伍了!
QQ群1:13385729 QQ群2:13381799 QQ群3:13384066













