HyperText Links

HyperText Links define text to be highlighted and which point to other documents or services. <A HREF="dips.html"> Notes for DIPS</A> <P>

is rendered as ...

Notes for DIPS


NOTES:

Sensitive Images as Hypertext Links

An image can be used to provide a HyperText Link. The image would then normally be surrounded with a border. Clicking anywhere within the image causes the link to be activated. It is therefore a Sensitive Image where each point gives the same result. <A HREF="dips.html"> <IMG ALT="" SRC="../earth.gif"> </A> <P>

is rendered as ...


NOTES:

Hypertext Link to Email Dialog Box

This HyperText Link, when activated, will open up an email dialog box allowing the caller to send mail without having to leave the browser. Please <A HREF="mailto:panacea@program.com">mail</A> any comments to paanacea@program.com

is rendered as ...

Please mail any comments to panacea@program.com


NOTES: