where in the DOM data structures is href stored?

where in the DOM data structures is href stored?

For example,
  <a href="http://myurl.com">myurl</a>

Where can I find "http://myurl.com" ?

I find "a" listed as an element but I can't find
an "href" node anywhere.

Received on Saturday, 11 November 2000 11:50:57 UTC