HOME > Links
Since most web sites have more than one page, there needs to be a way to go to another page. To link to another page use the <A></A> (anchor) tags.
The attributes for the <A></A> tag are:
Four types of links:
<HTML>
<HEAD>
<TITLE>The Eiffel Tower</TITLE>
</HEAD>
<BODY>
<P ALIGN=CENTER>[ <A HREF="index.html">HOME</A> ] [ <A HREF="http://www.paris.com">PARIS</A> ] [ NOTRE DAME ] [ THE EIFFEL TOWER ]</P>
<H1 ALIGN=CENTER>The Eiffel Tower</H1>
<P ALIGN=JUSTIFY><FONT COLOR="blue" SIZE="4">The Eiffel Tower</FONT> is located on the Left Bank (that is, the southern bank) of the Seine river, at the northwestern extreme of the Parc du Champ de Mars, a park in front of the École Militaire that used to be a military parade ground (whence the name), in the southwestern portion of the city. The four pillars supporting the tower are aligned to the points of the compass, and the base covers almost exactly the area of two (American) football fields placed side by side lengthwise.</P>
<P ALIGN=JUSTIFY>The nearest Métro stations are <FONT SIZE="4">Bir-Hakeim</FONT> to the southwest, and <FONT SIZE="4">Trocadéro</FONT> to the northwest. The former is at the same level as the tower and somewhat closer, but less scenic; the latter is on the side of the Parvis (Plaza) du Trocadéro opposite the tower, so if you get off at that station, you can take a very scenic walk through the Trocadéro and down across the Seine to the tower, with many good photograph opportunities. One of my pictures of the tower was taken from this location.</P>
<P ALIGN=JUSTIFY>The area of the tower is in the <FONT FACE="courier" COLOR="purple">chic</FONT> seventh <FONT FACE="courier" COLOR="green">arrondissement</FONT> of Paris, also the home of the National Assembly, the Prime Minister’s palace, and the Hôtel des Invalides. This district is roughly at the eight-o’clock position on a map of Paris, and somewhat more centered than the adjacent Fifteenth.</P>
<BR>
<CENTER>
<P><FONT SIZE="2">About Us | <A HREF="mailto:info@frenchboard.com">Contact Us</A> | Help | Site Map<BR>
<HR>
French Tourist Board • 1234 Champs Elysee, Paris, France • 01-456-123-1234
<BR>Last Updated: 05/01/02</P>
</CENTER>
</BODY>
</HTML>
To make a page open into another browser window, use the TARGET attribute.
<HTML>
<HEAD>
<TITLE>The Eiffel Tower</TITLE>
</HEAD>
<BODY>
<P ALIGN=CENTER>[ <A HREF="index.html">HOME</A> ] [ <A HREF="http://www.paris.com" TARGET="_blank">PARIS</A> ] [ NOTRE DAME ] [ THE EIFFEL TOWER ]</P>
<H1 ALIGN=CENTER>The Eiffel Tower</H1>
<P ALIGN=JUSTIFY><FONT COLOR="blue" SIZE="4">The Eiffel Tower</FONT> is located on the Left Bank (that is, the southern bank) of the Seine river, at the northwestern extreme of the Parc du Champ de Mars, a park in front of the École Militaire that used to be a military parade ground (whence the name), in the southwestern portion of the city. The four pillars supporting the tower are aligned to the points of the compass, and the base covers almost exactly the area of two (American) football fields placed side by side lengthwise.</P>
<P ALIGN=JUSTIFY>The nearest Métro stations are <FONT SIZE="4">Bir-Hakeim</FONT> to the southwest, and <FONT SIZE="4">Trocadéro</FONT> to the northwest. The former is at the same level as the tower and somewhat closer, but less scenic; the latter is on the side of the Parvis (Plaza) du Trocadéro opposite the tower, so if you get off at that station, you can take a very scenic walk through the Trocadéro and down across the Seine to the tower, with many good photograph opportunities. One of my pictures of the tower was taken from this location.</P>
<P ALIGN=JUSTIFY>The area of the tower is in the <FONT FACE="courier" COLOR="purple">chic</FONT> seventh <FONT FACE="courier" COLOR="green">arrondissement</FONT> of Paris, also the home of the National Assembly, the Prime Minister’s palace, and the Hôtel des Invalides. This district is roughly at the eight-o’clock position on a map of Paris, and somewhat more centered than the adjacent Fifteenth.</P>
<BR>
<CENTER>
<P><FONT SIZE="2">About Us | <A HREF="mailto:info@frenchboard.com">Contact Us</A> | Help | Site Map<BR>
<HR>
French Tourist Board • 1234 Champs Elysee, Paris, France • 01-456-123-1234
<BR>Last Updated: 05/01/02</P>
</CENTER>
</BODY>
</HTML>
To link to a particular place on a page, use the NAME attribrute.
<HTML>
<HEAD>
<TITLE>The Eiffel Tower</TITLE>
</HEAD>
<BODY>
<P ALIGN=CENTER>[ <A
HREF="index.html">HOME</A> ] [ <A HREF="http://www.paris.com"
TARGET="_blank">PARIS</A> ]
[ <A
HREF="churches.html#notredame">NOTRE DAME</A> ] [ THE EIFFEL TOWER ]</P>
<H1 ALIGN=CENTER><A NAME="top">The Eiffel Tower</A></H1>
<P ALIGN=JUSTIFY><FONT COLOR="blue" SIZE="4">The Eiffel Tower</FONT> is located on the Left Bank (that is, the southern bank) of the Seine river, at the northwestern extreme of the Parc du Champ de Mars, a park in front of the École Militaire that used to be a military parade ground (whence the name), in the southwestern portion of the city. The four pillars supporting the tower are aligned to the points of the compass, and the base covers almost exactly the area of two (American) football fields placed side by side lengthwise.</P>
<P ALIGN=JUSTIFY>The nearest Métro stations are <FONT SIZE="4">Bir-Hakeim</FONT> to the southwest, and <FONT SIZE="4">Trocadéro</FONT> to the northwest. The former is at the same level as the tower and somewhat closer, but less scenic; the latter is on the side of the Parvis (Plaza) du Trocadéro opposite the tower, so if you get off at that station, you can take a very scenic walk through the Trocadéro and down across the Seine to the tower, with many good photograph opportunities. One of my pictures of the tower was taken from this location.</P>
<P ALIGN=JUSTIFY>The area of the tower is in the <FONT FACE="courier" COLOR="purple">chic</FONT> seventh <FONT FACE="courier" COLOR="green">arrondissement</FONT> of Paris, also the home of the National Assembly, the Prime Minister’s palace, and the Hôtel des Invalides. This district is roughly at the eight-o’clock position on a map of Paris, and somewhat more centered than the adjacent Fifteenth.</P>
<BR><BR><BR><BR><BR><BR><BR>
<P><A HREF="#top">Return to Top</A></P>
<CENTER>
<P><FONT SIZE="2">About Us | <A HREF="mailto:info@frenchboard.com">Contact Us</A> | Help | Site Map<BR>
<HR>
French Tourist Board • 1234 Champs Elysee, Paris, France • 01-456-123-1234
<BR>Last Updated: 05/01/02</P>
</CENTER>
</BODY>
</HTML>
WEB DESIGN: Basics • Last Modified: 5/1/02