38. Hyperlinks

The link element (link) connects your document together.

Links connect chapters, sections, figures, tables, citations, terms, glossaries, ...

Creating a link has only four steps:

  1. Create the link element.
  2. Put the unique identifier (ID) of the target as the value of the ``goesto'' attribute.
  3. Put the text that the reader will select inside the link element.
  4. Set the ID of the target.


Figure 38.1. Hyperlink to a citation.
[Next]
[Prev]
[Home]