Basic link tag:
Link with a target:
For example: If there is a frame named main, the link would be as follows:
Link by clicking on a button:
The above tags with display a button with a border inorder to take away this border by adding border=0 within the image tag:
Making anchor link tags:
First, you put the following tag on the part of the page that you want move to.
Second, you put the following link tag which links to the part of the page(<a name="name"></a>).