Up: Elements reference



<url> – external reference

Attributes:

name
the URL (required)

Possible Contents: (Text | inline element)*

Description: The contents of this element is hyperlinked with name. For printed output, the URL is printed in parentheses after the contents.

If the element is empty, the name in printed with typewriter style and is linked with itself.

Example

     <url name="http://www.w3c.org">W3C</url>

This yields

W3C

whereas

     <url name="http://www.w3c.org"/>

leads to

http://www.w3c.org