[HTML] Links 建立書籤



1. create a bookmark with the id attribute.
<h2 id="tips">Useful Tips Section</h2>

2-1. add a link to the bookmark ("Useful Tips Section"), from within the same page.
<a href="#tips">Visit the Useful Tips Section</a>

2-2. Or, add a link to the bookmark ("Useful Tips Section"), from another page.
<a href="html_tips.htm#tips">Visit the Useful Tips Section</a>

Source

W3Schools - HTML Links

沒有留言:

技術提供:Blogger.