I'm a little confused, I want to create a link in my HTML page that will jump to a specific section in another page. I saw examples with 'Name' as an anchor and I saw examples with 'ID'.
As I understood 'Name' is an old style and 'ID' is the new style that supported by a new browsers. But what if I want to be sure that my link will work BOTH in old and new browsers? Can I somehow combine 'Name' and 'ID' together so that my link will work in any browser no matter if it's old or new?
A simple example code will be nice.
Thanks!