Creating LinksThe main idea and purpose of hypertext (i.e. HTML web pages, among other things) is to be able to create links in documents to other documents. These can be links to other HTML documents that you click on a link in the text of the page, but also links to images displayed on the page, etc. Creating normal linksA regular link in HTML is marked with the <A href="address"> tag. Links can be both text and an image. The simplest way to create a link
Creating a link from an image or text
Creating a link to a file on an FTP server Creating link mapsLink maps are hotspots in an image defined with HTML tags. Clicking on such an area works in the same way as clicking on a regular link. To create a simple link map, run Map and then:
|
Related topics |