Venkat
Venkat

Reputation: 21490

Make url for header in web page?

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

Answers (1)

sanmai
sanmai

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

Related Questions