XHTML v1.1 Validation – Using the ‘ name ‘ attribute
While trying to validate a site, I found that the document didn’t like the attribute ‘name ‘ . I searched and found it is being deprecated and the functionality is still possbile, although to use ‘id’ instead.
[a id='top'] [/a]
[a href='#top']Go to top of page[/a]
The attribute ‘id’ must be a unique identifier.
Posted: July 5th, 2006 under XHTML.
Comments: none
Write a comment