E
existential.philosophy
I'm learning ASP.NET. On a page, I've created named locations with the
anchor tag like this: <a name="abc" />, and I've created links to
those tags like this: <a href="#abc">. That's the way I learned to do
it long ago, and it still works. However, Visual Studio gives me the
following warning:
Validation (XHTML 1.0 Transitional): Attribute 'name' is considered
outdated. A newer construct is recommended.
If the name attribute is really outdated, what is the new method I'm
supposed to be using?
-TC
anchor tag like this: <a name="abc" />, and I've created links to
those tags like this: <a href="#abc">. That's the way I learned to do
it long ago, and it still works. However, Visual Studio gives me the
following warning:
Validation (XHTML 1.0 Transitional): Attribute 'name' is considered
outdated. A newer construct is recommended.
If the name attribute is really outdated, what is the new method I'm
supposed to be using?
-TC