Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

Linking to other web resources

You don't just have to create links between web pages. You can also link to:

  • An e-mail program. For example:
    <:a.gilliver@lineone.net">Ann Gilliver</a>
  • An ftp site. For example, <a href="ftp://…….">
  • A gopher server. For example, <a href="gopher://…….">
  • A news group. For example, <a href="news://…….">. You should take care with this link; you can't know which newsgroups are on the user’s news server
  • A WAIS index server. For example, <a href="wais://…….">
  • A telnet session. For example, <a href="telnet://…….">