Reputation: 21490
If I'm viewing a long web page and it contains so many sub headers, then the middle of the web page a particular header(Portion) is important. So I wish to open the header in next time,should redirect the control to the header only not beginning of the web page. Please help me..
Upvotes: 0
Views: 510
Reputation: 30911
Near that particular header add:
<a name="important"></a>
Now you can refer this specific tag on the page like so:
http://www.example.com/long-long-page.html#important
Upvotes: 1