<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>Links Example</TITLE> </HEAD> <BODY BGCOLOR="#999999" TEXT="#FFFFFF" LINK="#000099" VLINK="#990099" ALINK="#999900"> <B>Anchor Tag</B><BR><BR> <B>HREF</B><BR> <A HREF="http://www.macromedia.com">Here is a link to Macromedia.</A><BR><BR> <B>Mailto</B><BR><BR> This will link to my email address: <A HREF="mailto:patty@pepmint.com">patty@pepmint.com</A><BR><BR> <B>Name</B><BR><BR> <A HREF="#down">This will link to the anchor named "down".</A><BR><BR><BR><BR><BR><BR> <A NAME="down">This sentence is anchored with the name "down".</A><BR> <B>NOTICE:</B> The color of the previous sentence with the anchor name down, does not behave as a hyperlink and is displayed as regular text. No underline, color is white same as the text in this document.<BR><BR> <B>Link Colors</B><BR><BR> <B>LINK</B><BR><BR> The color of the links are "#000099" navy.<BR><BR> <B>VLINK</B><BR><BR> The color of visited links are "#990099" purple.<BR><BR> <B>ALINK</B><BR><BR> The color of active links are "#999900" olive.<BR><BR> </BODY> </HTML> Check out how this code looks when displayed on your browser, by clicking here. © Copyright 2000-2002 by Pepmint.com. All Rights Reserved |
||||||||||
home :: tutorial :: portfolio :: links :: hammies :: guestbook :: contact |