Hacker News new | ask | show | jobs
by sbierwagen 4242 days ago
You can link directly to the an element in a page if it has an id attribute: http://example.com/index.html#foobar will jump to the foobar element in index.html-- and foobar can be anything, a paragraph, a div, an image, etc.

http://www.w3.org/TR/html401/struct/links.html