HTML Links to other sites using "Target="

[Return to HTML Index]

<HTML>

<HEAD>
<TITLE>
What you put here is what appears at the top of the browser window (in the blue section) AND it is what the page is called when you add a bookmark for it
</TITLE>
</HEAD>

<BODY>

<p>Some of the pages you will want to visit over and over are the <a href="http://members.tripod.com/~MsGunn/600221.html" target="colors">colors</a> and the fonts <a href="http://members.tripod.com/~MsGunn/600215.html" target="Fonts A-L">A-L</a> and <a href="http://members.tripod.com/~MsGunn/600216.html" target="Fonts M-Z">M-Z</a>.</p>

</BODY>

</HTML>


The above html code will produce the following on your web page:

Some of the pages you will want to visit over and over are the colors and the fonts A-L and M-Z.


Even though this examples appears the same on your web page as the previous examples, when you click on the link, it will open a new browser window (because of the "target=" in your href tag).

I would recommend that any time you link to a page outside your site, you use the "target" in your href tag.  This way, your viewer can browse the off-site location and when done, all they have to do is close the new window which brings them right back to your site.


COMMENTS (in other words, documentation) for your HTML.  Use:

<COMMENT><!-- put your remarks here --></COMMENT>

Start NOW to document your pages so that when you go back to them, those tricky items like tables within tables within tables won't come back to haunt you!  Anything between <COMMENT> AND </COMMENT> will not show up on your page.  You will only see it if you view the source for the page.

[CF]     [CBA2]     [PBA]      [CPB]     [Return to HTML Index]      [SEND E-MAIL]     [RETURN TO MS GUNN'S SCHOOL PAGE]

Designed, programmed, edited and copyrighted by Ms Gunn � 1998