Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

back to <LINK ...>

Example of LINK tag

Mosaic for Win95 is one of the few browsers which recognizes this tag. If you use Mosaic for Win95, you should see a "link bar", probably at the top of this page. These are the tags used for this page:

<HEAD>
<TITLE>Document Tags</TITLE>

<LINK REL=HOME       TITLE="Idocs Home Page"   HREF="http://www.idocs.com">
<LINK REL=PREVIOUS   TITLE="URLs"                 HREF="../urls/">
<LINK REL=NEXT       TITLE="Lines and Paragraphs" HREF="../linepar/">
<LINK REV=MADE       TITLE="Miko O'Sullivan"      HREF="mailto:tags@idocs.com">
<LINK REL=COPYRIGHT  TITLE="copyright info"       HREF="copyright.html">
<LINK REL=STYLESHEET TITLE="style sheet"          HREF="stdstyles.css">

</HEAD>