Hyperlink Tags
Hyperlink tags are used in HTML to link to other pages or Web sites. These tags are extremely powerful; although you can accomplish similar effects with Domino Designer, it is good to understand what actually makes a link function.
Type: Container
Syntax:
<a href="URL" target="frame"> hyperlink content </a> or <a name="value"> text </a>
Description: Used with HREF ; sets up a hyperlink from the content to the specified URL. Used with NAME , sets an anchor link in the document.
Type: Standalone
Syntax:
Description: Used to display images. Frequently used to create clickable images that launch URLs.