XHTML: there is no attribute "name"

According to the W3C validator, the XHTML page below is not valid, because: there is no attribute "name"
Stranger still, it only gives that error for the first with a name attribute in the page.

How does one make in-page anchors in valid XHTML ?


http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd
">
http://www.w3.org/1999/xhtml" xml:lang="en">


Untitled page









Scroll ....






































































































Go to top of page




Solution: XHTML: there is no attribute "name"

Oh, and any element with an id attribute can be used as a page anchour.