
inking together different ideas and content is a basic strength of the Web. The very name "browser" comes from this idea. The browser lets you, from your desktop, browse through pages, images, and data around the world.
Hypertext is the term that describes linking together content across many different locations.
Making a link is easy. You create it by adding an HTML anchor tag. The tag looks like this:
<a href="mylinkURL">
| Definitions |
| Hypertext |
Hypertext is text that links to other information, such as another Web page, or another section of the same Web page. |