Anchor
When talking about HTML, an anchor is an area within hypertext that contains the source or destination of a link that links to another address or other information. In HTML, an anchor will begin with <A> and end with </A>. For example, <A href=http://www.computerhope.com">Computer Hope</a> is an anchor linking to the Computer Hope web page with the anchor being Computer Hope. This code inserted into a web page would generate: Computer Hope.
- Additional help and information with HTML can be found on our HTML help page.
Also see: HREF, Hypertext, Link
