971031-2 How can a URL reference a certain position within a HTML document? How is the target position for such links marked in the target document?

Correct response:

A URL can end with "#xxxx" where the text after the "#" is the name of the location in the document.

The document itself can contain the markup:
<A NAME="xxxx"></A>
to name a particular place in the document.

List of exam questions