开发者

Help with URI component followed by #

http://something.com:80/somedir/index.html?type=test;one=onevalue#nose

This is typical URI structure my question is what is "#nose" and how i can use/utilize it as web developer ?

Thank开发者_JS百科s all.


#nose is the anchor on the page so if you have an anchor with name #nose the page will auto scroll to that anchor once loaded. That form of links can be used to navigate within a single web page.

For Example the following will allow you to make links to the FAQ heading.

<a name="faq"><h1>FAQ</h1></a> 


<a href="#faq">Link to the FAQ section</a>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜