Hi,
I have routinely added anchors to pages using both name and id:
<a name="example" id="example"></a>
under the possibly mistaken assumption that at some stage "name" might
be deprecated but "id" was unlikely to be.
Can I ask what is accepted practice currently?
Thanks for your trouble,
Andrew
--
Andrew's Corner
I have routinely added anchors to pages using both name and id:
<a name="example" id="example"></a>
under the possibly mistaken assumption that at some stage "name" might
be deprecated but "id" was unlikely to be.
Can I ask what is accepted practice currently?
Thanks for your trouble,
Andrew
--
Andrew's Corner
Comment