Defining Web Document Jump Targets

Adds the capability to jump to a predefined spot in a document (either the same document or a different one).

The targets of internal Web document jumps are known as anchors.

The HTML tag for an anchor point is another value for the tag:

      <A NAME="value">
The value can be any sequence of characters, numbers and punctuation marks.

Example:

      <A NAME="section1"><H1>Section 1</H1></A>
Note that the text between the <A NAME="value"> and </A> is not highlighted in any way when displayed.


Jump to the
previous, next or first slide.