Target Name
- Tag: <A NAME="target name"> </A>
- Designates a specific location within a document
- Allows internal and external links to be made to a specific location within a
document by using the <A HREF="file.html#target name"> </A>
Example of an internal link: Go to Internal Links
Internal Links
- Useful for creating a table of contents or a return to the top of the page link
- The location in the example is specified in the following way: <A NAME="internal">Internal Links</A>
- The internal link in the example is specified in the following way:<A HREF="#internal"> Go to Internal Links</A>
External Links
- Useful for linking to a specific location that has been named in a different document
- The external link in the following example is specified in the following way: <A HREF="http://www.bc.edu/cwis/publish.html#training"> Go to Training Workshops</A>
- Example: Go to Training Workshops
Return to top

Return to Beginning
This resource was produced by the Boston College InfoEagle Team.
infoeagle@bc.edu