Keep on learning
Damn! Here’s something (html related) I only recently came across to…
Quoting from http://www.w3.org/TR/html401/struct/links.html :
The id attribute may be used to create an anchor at the start tag of any element (including the A element).
Just try it (TM) !
I’ve never heard of that one. Do browsers implement it? Usually you can have similar functionality with a/@name.
Yup. But the “a name” way is still being used by some people, who want to support very old browsers.