Document Link

] ] ] ] ] ] ] ]

 

A Link to E-mail

 

An Internal Link

 

An External Link

In the case of multiple frames, you can also signify the window to display the destination URL with the name of the frame you've already assigned in the <FRAME> tag by using <A HREF="the destination URL" TARGET="window name">…</A>.

Instead of using text to function as links to file names or URLs, you can also use images. This means that your users can click on the graphics to go elsewhere. To create a link with an image, use <A HREF="the destination URL"><IMG SRC="filename">…</A>.

 

Previous | HTML Page | Next