I know, having read the W3C document for HTML4.01 and HTML5, that the "name" attribute originally existed as a property of the <a> tag so that people can refer to the anchor point in the document.
However, now that all major browser browsers allow you to link any html element within the document using the id attribute, is there any real use for the name attribute? If so, how should I use the name attribute?
html html5
Andrew De Andrade
source share